1 Star 0 Fork 190

smthhy/chatgpt微信小程序智能AI聊天免费开源

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.19 KB
一键复制 编辑 原始数据 按行查看 历史
{ "easycom": {
"custom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"cl-(.*)": "cl-uni/components/cl-$1/cl-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages,
{
"path": "pages/main/index/index",
"style": {
"navigationBarTitleText": "AI生活智能工具箱",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/main/chat/index",
"style": {
"app-plus": {
"softinputNavBar": "none"
},
"navigationStyle":"default",
"navigationBarTitleText":"AI生活智能工具箱",
"navigationBarBackgroundColor": "#26B3A0",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/ask/index",
"style": {
"navigationBarTitleText": "问答收录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#26B3A0",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/main/form/index",
"style": {
"navigationBarTitleText": "AI生活智能工具箱",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#26B3A0",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/main/answer/index",
"style": {
"navigationBarTitleText": "AI生活智能工具箱",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#26B3A0",
"navigationBarTextStyle": "white"
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#26B3A0",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/main/index/index",
"iconPath": "static/tabbar/home_blue2.png",
"selectedIconPath": "static/tabbar/home_blue3_selected.png",
"text": "首页"
},
{
"pagePath": "pages/main/form/index",
"iconPath": "static/tabbar/ask_selected.png",
"selectedIconPath": "static/tabbar/ask.png",
"text": "对答"
},
{
"pagePath": "pages/main/ask/index",
"iconPath": "static/tabbar/answer_selected.png",
"selectedIconPath": "static/tabbar/answer.png",
"text": "问答"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/smthhy/chatgpt_wechat_font.git
[email protected]:smthhy/chatgpt_wechat_font.git
smthhy
chatgpt_wechat_font
chatgpt微信小程序智能AI聊天免费开源
master

搜索帮助