添加 uni-cms-article 页面及数据库配置

This commit is contained in:
root
2026-08-28 13:56:52 +08:00
parent 7257f09df0
commit a68bf43112
7 changed files with 402 additions and 0 deletions
@@ -0,0 +1,37 @@
{
"pages": [
{
"path": "uni_modules/uni-cms-article/pages/list/list",
"style": {
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF",
"disableScroll": true
}
},
{
"path": "uni_modules/uni-cms-article/pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom"
}
}, {
"path": "uni_modules/uni-cms-article/pages/detail/detail",
"style": {
"navigationBarTitleText": "",
"backgroundColor": "#FFFFFF"
}
}, {
"path": "uni_modules/uni-cms-article/pages/detail/preview",
"style": {
"navigationBarTitleText": "",
"backgroundColor": "#FFFFFF"
}
}, {
"path": "uni_modules/uni-cms-article/pages/webview/webview",
"style": {
"navigationBarTitleText": ""
}
}
]
}