1 Star 0 Fork 185

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.27 KB
一键复制 编辑 原始数据 按行查看 历史
郑洪旭 提交于 2023-04-29 15:09 . 更新最新的版本V4.0.1-更新bug
{
"easycom": {
"custom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"cl-(.*)": "cl-uni/components/cl-$1/cl-$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages,
{
"path": "pages/main/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white",
"disableScroll": true
}
},
{
"path": "pages/main/login/login_h5",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white",
"disableScroll": true
}
},
{
"path": "pages/main/chatList/chatList",
"style": {
"navigationBarTitleText": "历史对话",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/answeEmploy/answeEmploy",
"style": {
"navigationBarTitleText": "我的问答",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/agreement/userReder",
"style": {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/agreement/useReder",
"style": {
"navigationBarTitleText": "使用协议",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/chat/index",
"style": {
"app-plus": {
"softinputNavBar": "none"
},
"navigationStyle": "default",
"navigationBarTitleText": "智能问答",
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/joinvip/joinvip",
"style": {
"navigationBarTitleText": "会员充值",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "pages/main/minefragment/minefragment",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "pages/main/login/login",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/main/rolefragment/rolefragment",
"style": {
"navigationBarTitleText": "角色模型",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/main/replyquestion/replyquestion",
"style": {
"navigationBarTitleText": "问答模式",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3388fe",
"navigationBarTextStyle": "white"
}
}
],
"tabBar": {
"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/chat/index",
// "iconPath": "static/tabbar/answer.png",
// "selectedIconPath": "static/tabbar/answer_selected.png",
// "text": "问答"
// },
{
"pagePath": "pages/main/rolefragment/rolefragment",
"iconPath": "static/tabbar/explore.png",
"selectedIconPath": "static/tabbar/explore_selected.png",
"text": "探索"
},
{
"pagePath": "pages/main/minefragment/minefragment",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_selected.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "元AI",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Java
1
https://gitee.com/heng820610/chatgpt_wechat_font.git
git@gitee.com:heng820610/chatgpt_wechat_font.git
heng820610
chatgpt_wechat_font
chatgpt微信小程序智能AI聊天免费开源
master

搜索帮助