1
0
قرینه از https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 11:59:28 +08:00

feat: 新增投票功能

This commit is contained in:
小莫唐尼
2025-08-20 21:56:34 +08:00
والد 9c6a054b12
کامیت c0d8cb2c3b
12فایلهای تغییر یافته به همراه2939 افزوده شده و 1266 حذف شده
+26
مشاهده پرونده
@@ -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"
}
}
}
}
]
},