新增动画模块

突然更新~优化了交互。新增动画模块
This commit is contained in:
weilanwl
2018-09-14 17:27:59 +08:00
parent 0b63ce2192
commit c1541c3139
8 changed files with 115 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
"list": []
},
"miniprogram": {
"current": -1,
"current": 21,
"list": [
{
"id": 0,
@@ -156,6 +156,11 @@
"name": "聊天",
"pathName": "pages/chat/chat",
"query": ""
},
{
"id": -1,
"name": "动画",
"pathName": "pages/animation/animation"
}
]
}