Initial commit to Gitea
This commit is contained in:
+88
-58
@@ -9,36 +9,12 @@
|
||||
"navigationBarTitleText" : "首页"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/articleContentDetail/articleContentDetail",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "鱼水情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/my/my",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "个人中心"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/login/login",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "login"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/test/test",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "test"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "uni_modules/uni-media-library/pages/index/index",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "媒体库"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "uni_modules/uni-cms-article/pages/list/list",
|
||||
"style" : {
|
||||
@@ -73,43 +49,42 @@
|
||||
"style" : {
|
||||
"navigationBarTitleText" : ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "uni_modules/uni-pay/pages/success/success",
|
||||
"style" : {
|
||||
"backgroundColor" : "#F8F8F8",
|
||||
"navigationBarTitleText" : "支付成功"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "uni_modules/uni-pay/pages/ad-interactive-webview/ad-interactive-webview",
|
||||
"style" : {
|
||||
"backgroundColor" : "#F8F8F8",
|
||||
"navigationBarTitleText" : "ad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "uni_modules/uni-pay/pages/pay-desk/pay-desk",
|
||||
"style" : {
|
||||
"backgroundColor" : "#F8F8F8",
|
||||
"navigationBarTitleText" : "收银台"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "uni_modules/zetank-personalpage/pages/personalpage/personalpage",
|
||||
"style" : {
|
||||
"app-plus" : {
|
||||
"bounce" : "none"
|
||||
},
|
||||
"enablePullDownRefresh" : false,
|
||||
"mp-alipay" : {
|
||||
"allowsBounceVertical" : "NO"
|
||||
},
|
||||
"navigationBarTitleText" : "个人主页"
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages" : [
|
||||
{
|
||||
"root" : "pages/articleContentDetail",
|
||||
"pages" : [
|
||||
{
|
||||
"path" : "articleContentDetail",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "鱼水情"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "pages/login",
|
||||
"pages" : [
|
||||
{
|
||||
"path" : "login",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "login"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "pages/test",
|
||||
"pages" : [
|
||||
{
|
||||
"path" : "test",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "test"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "pages2",
|
||||
"easycom" : {
|
||||
@@ -222,6 +197,61 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "uni_modules/uni-media-library/pages/index",
|
||||
"pages" : [
|
||||
{
|
||||
"path" : "index",
|
||||
"style" : {
|
||||
"navigationBarTitleText" : "媒体库"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "uni_modules/uni-pay/pages",
|
||||
"pages" : [
|
||||
{
|
||||
"path" : "success/success",
|
||||
"style" : {
|
||||
"backgroundColor" : "#F8F8F8",
|
||||
"navigationBarTitleText" : "支付成功"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "ad-interactive-webview/ad-interactive-webview",
|
||||
"style" : {
|
||||
"backgroundColor" : "#F8F8F8",
|
||||
"navigationBarTitleText" : "ad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pay-desk/pay-desk",
|
||||
"style" : {
|
||||
"backgroundColor" : "#F8F8F8",
|
||||
"navigationBarTitleText" : "收银台"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "uni_modules/zetank-personalpage/pages/personalpage",
|
||||
"pages" : [
|
||||
{
|
||||
"path" : "personalpage",
|
||||
"style" : {
|
||||
"app-plus" : {
|
||||
"bounce" : "none"
|
||||
},
|
||||
"enablePullDownRefresh" : false,
|
||||
"mp-alipay" : {
|
||||
"allowsBounceVertical" : "NO"
|
||||
},
|
||||
"navigationBarTitleText" : "个人主页"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"root" : "pages3",
|
||||
"pages" : [
|
||||
|
||||
Reference in New Issue
Block a user