1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 11:59:28 +08:00

新增:新增恋爱日记功能

This commit is contained in:
小莫唐尼
2022-12-11 16:52:32 +08:00
parent 0da5feb2ee
commit b7e2025ebb
12 changed files with 1342 additions and 26 deletions
+29 -2
View File
@@ -110,7 +110,28 @@
}, {
"path": "love/love",
"style": {
"navigationBarTitleText": "",
"navigationBarTitleText": "恋爱日记",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"app-plus": {
"pullToRefresh": {
"color": "#03a9f4",
"style": "circle"
}
}
}
}, {
"path": "love/list",
"style": {
"navigationBarTitleText": "恋爱清单",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "love/album",
"style": {
"navigationBarTitleText": "恋爱相册",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
@@ -119,7 +140,13 @@
}
}
}
}, {
"path": "love/journey",
"style": {
"navigationBarTitleText": "我们的故事",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "archives/archives",
"style": {