feat: 创建排队的页面

This commit is contained in:
2026-07-23 10:22:45 +08:00
parent 987e3cfefc
commit 8aa4e7973c
4 changed files with 87 additions and 50 deletions

View File

@@ -88,6 +88,17 @@
}
],
"subPackages": [
{
"root": "pages-base",
"pages": [
{
"path": "queue/index",
"style": {
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages-order",
"pages": [
@@ -158,56 +169,56 @@
{
"root": "pages-aigc",
"pages": [
{
"path": "home/home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "agreement/agreement",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "useTemplate/useTemplate",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "progress/progress",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "detail/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "sharedWork/sharedWork",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pointsDetails/pointsDetails",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "record/record",
"style": {
"navigationStyle": "custom"
}
}
]
}
{
"path": "home/home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "agreement/agreement",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "useTemplate/useTemplate",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "progress/progress",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "detail/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "sharedWork/sharedWork",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pointsDetails/pointsDetails",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "record/record",
"style": {
"navigationStyle": "custom"
}
}
]
}
],
"globalStyle": {
"navigationBarTextstyle": "black",