{ // "condition": { //模式配置,仅开发期间生效 // "current": 0, //当前激活的模式(list 的索引项) // "list": [{ // "name": "test", //模式名称 // "path": "pages/packA/test/test", //启动页面,必选 // "query": "" //启动参数,在页面的onLoad函数里面得到 // }] // }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/main/index", "style": { "navigationBarTitleText": "AirSmartChat聊天" } }, { "path": "pages/main/history", "style": { "navigationBarTitleText": "聊天历史" } }, { "path": "pages/main/login", "style": { "navigationBarTitleText": "AirSmartChat聊天 | 登录注册" } }, { "path": "pages/main/jump-default-browser", "style": { "navigationBarTitleText": "请在默认浏览器中打开" } }, { "path": "pages/main/prompt/prompt", "style": { "navigationBarTitleText": "提示词" } }, { "path": "pages/main/prompt/prompt-list", "style": { "navigationBarTitleText": "提示词分类", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarBackgroundColor": "#0081ff", "navigationBarTitleText": "AirSmartChat聊天", "navigationBarTextStyle": "white", "navigationStyle": "custom" } }