first commit

This commit is contained in:
2026-06-02 10:42:33 +08:00
commit dd4975fd2c
1084 changed files with 442416 additions and 0 deletions

104
pages.json Normal file
View File

@@ -0,0 +1,104 @@
{
"globalStyle" : {
"navigationBarTextStyle" : "black",
"navigationBarTitleText" : "uni-app",
"navigationBarBackgroundColor" : "#F8F8F8",
"backgroundColor" : "#F8F8F8"
},
"pages" : [
{
"path" : "pages/Login/Login",
"style" : {
"navigationBarTitleText" : "登录页面",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false, // 隐藏原生导航栏
"bounce" : "none", // 可选:禁用回弹效果
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/Chat/Chat",
"style" : {
"navigationBarTitleText" : "聊天页面(主页面)",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce" : "none",
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/WorkSpace/WorkSpace",
"style" : {
"navigationBarTitleText" : "工作区文件管理",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce" : "none",
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/UserProfileModal/UserProfileModal",
"style" : {
"navigationBarTitleText" : "",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce" : "none",
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/ContactPages/ContactPages",
"style" : {
"navigationBarTitleText" : "",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce" : "none",
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/WorkSpace/TemplateSpace/TemplateSpace",
"style" : {
"navigationBarTitleText" : "",
"navigationStyle" : "custom",
"app-plus" : {
"titleNView" : false,
"bounce" : "none",
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/text/text",
"style" : {
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/text/text2",
"style" : {}
}
],
"uniIdRouter" : {},
"condition" : {
//模式配置,仅开发期间生效
"current" : 0, //当前激活的模式(list 的索引项)
"list" : [
{
"name" : "", //模式名称
"path" : "", //启动页面,必选
"query" : "" //启动参数在页面的onLoad函数里面得到
}
]
}
}