mirror of
https://gitee.com/qingqing-coconut-tea/RcKtFezyRAZX
synced 2026-07-21 10:32:32 +08:00
init
This commit is contained in:
71
wechat/app.json
Normal file
71
wechat/app.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/home/home",
|
||||
"pages/user/user",
|
||||
"pages/article-list/article-list",
|
||||
"pages/article-detail/article-detail",
|
||||
"pages/login/login",
|
||||
"pages/register/register",
|
||||
"pages/forget-password/forget-password",
|
||||
"pages/change-password/change-password",
|
||||
"pages/bind-phone/bind-phone",
|
||||
"pages/search/search",
|
||||
"pages/profile/profile",
|
||||
"pages/settings/settings",
|
||||
"pages/category/category",
|
||||
"pages/my-article/my-article",
|
||||
"pages/my-favorite/my-favorite",
|
||||
"pages/my-comment/my-comment",
|
||||
"pages/history/history",
|
||||
"pages/notification/notification",
|
||||
"pages/feedback/feedback"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "校园资讯",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#f5f5f5"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#667eea",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "首页",
|
||||
"iconPath": "static/images/tab-home.png",
|
||||
"selectedIconPath": "static/images/tab-home-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/category/category",
|
||||
"text": "分类",
|
||||
"iconPath": "static/images/tab-category.png",
|
||||
"selectedIconPath": "static/images/tab-category-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/search/search",
|
||||
"text": "搜索",
|
||||
"iconPath": "static/images/tab-search.png",
|
||||
"selectedIconPath": "static/images/tab-search-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
"text": "我的",
|
||||
"iconPath": "static/images/tab-user.png",
|
||||
"selectedIconPath": "static/images/tab-user-active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": "v2",
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
|
||||
/**
|
||||
* @联系作者:16768118056
|
||||
* @描述:(此项目非免费分享)源码百分百可用,搞定毕设不发愁,支持远程调试安装、二次开发、定制、讲解、文档类。
|
||||
* @访问:https://www.notmaker.com/detail/8326a897119d4542896c863a69d7bbe7/gtt20260415,查看完整运行演示。
|
||||
*/
|
||||
Reference in New Issue
Block a user