feat: 添加有来技术公众号页面及相关功能优化

This commit is contained in:
Ray.Hao
2026-03-07 19:10:16 +08:00
parent 6caee74a86
commit 6ea8f2e7bc
9 changed files with 386 additions and 336 deletions

View File

@@ -14,7 +14,7 @@
"type": "page",
"name": "login",
"style": {
"navigationBarTitleText": "登录"
"navigationStyle": "custom",
}
},
{
@@ -54,6 +54,14 @@
"requireAuth": true
}
},
{
"path": "pages/mine/official/index",
"type": "page",
"name": "official",
"style": {
"navigationBarTitleText": "有来技术"
}
},
{
"path": "pages/mine/profile/complete-profile",
"type": "page"