Compare commits

...

3 Commits

Author SHA1 Message Date
bce3f26424 Merge branch 'master' of https://git.mmlizi.com/lizi/shop-toy 2025-11-30 00:32:51 +08:00
4b06c16ff5 优化 2025-11-30 00:32:24 +08:00
3be949f95b 优化 2025-11-30 00:32:09 +08:00
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -45,3 +45,4 @@ src/manifest.json
# 更新 uni-app 官方版本
# npx @dcloudio/uvm@latest
src/pages.json

View File

@@ -1,5 +1,5 @@
# 应结账款页面交互流程图
navigationStyle: 'custom',
## 用户操作流程
```mermaid

View File

@@ -51,7 +51,6 @@ export const customTabbarList: CustomTabBarItem[] = [
iconType: 'unocss',
icon: 'i-carbon-home',
// badge: 'dot',
navigationStyle: 'custom',
},
{
pagePath: 'pages/sort/index',