This commit is contained in:
mzltMpfqGS
2026-04-15 19:45:16 +08:00
commit e4a087e67e
301 changed files with 35048 additions and 0 deletions

71
wechat/app.json Normal file
View 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查看完整运行演示。
*/