1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-26 20:10:51 +08:00

feat: 新增投票功能

This commit is contained in:
小莫唐尼
2025-08-20 21:56:34 +08:00
parent 9c6a054b12
commit c0d8cb2c3b
12 changed files with 2939 additions and 1266 deletions
+26
View File
@@ -279,6 +279,32 @@
}
}
}
},
{
"path": "votes/votes",
"style": {
"navigationBarTitleText": "投票列表",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"color": "#03a9f4",
"style": "circle"
}
}
}
},
{
"path": "vote-detail/vote-detail",
"style": {
"navigationBarTitleText": "投票详情",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"color": "#03a9f4",
"style": "circle"
}
}
}
}
]
},