1 Star 25 Fork 3

路庆武/微信小程序 chatgpt AI聊天对话 语音识别 AI设计 AI创作师 会员管理 springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
luqingwu 提交于 2023-07-18 10:27 . 优化bug
{
"pages": [
"pages/message/message",
"pages/tabs/tabs",
"pages/mine/mine",
"pages/test/test",
"pages/hy/hy",
"pages/tabXiaoshuo/tabXiaoshuo"
],
"window":{
"navigationBarBackgroundColor": "#000",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"backgroundColor": "#eee",
"backgroundTextStyle": "dark"
},
"tabBar": {
"backgroundColor":"#000000",
"selectedColor":"#1aad19",
"color":"#ffffff",
"list": [{
"pagePath": "pages/message/message",
"iconPath":"image/wechat.png",
"selectedIconPath":"image/wechat_2.png",
"text": "AI聊天"
},{
"pagePath": "pages/tabs/tabs",
"iconPath":"image/find.png",
"selectedIconPath":"image/find_2.png",
"text": "创作灵感"
}, {
"pagePath": "pages/mine/mine",
"iconPath":"image/mine.png",
"selectedIconPath":"image/mine_2.png",
"text": "我的"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"usingComponents": {
"mp-vtabs": "@miniprogram-component-plus/vtabs",
"mp-tabs": "@miniprogram-component-plus/tabs",
"mp-vtabs-content": "@miniprogram-component-plus/vtabs-content"
},
"debug": true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lu_qw/chat-wx.git
git@gitee.com:lu_qw/chat-wx.git
lu_qw
chat-wx
微信小程序 chatgpt AI聊天对话 语音识别 AI设计 AI创作师 会员管理 springboot
master

搜索帮助