添加帖子详情模板

This commit is contained in:
icssoa
2025-10-16 18:29:18 +08:00
parent b7e0b36f92
commit c84772aaa1
3 changed files with 414 additions and 6 deletions

View File

@@ -504,6 +504,12 @@
{
"root": "pages/template",
"pages": [
{
"path": "post/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "shop/goods-category",
"style": {
@@ -570,11 +576,5 @@
}
]
},
"easycom": {
"autoscan": true,
"custom": {
"^ui-(.*)": "@/components/ui/$1/ui-$1.uvue"
}
},
"uniIdRouter": {}
}