Skip to content

Commit 7485c83

Browse files
committed
Auto merge base into main
2 parents 71101ed + 4445e18 commit 7485c83

10 files changed

Lines changed: 4 additions & 1766 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
"github": "https://github.com/feige996",
1212
"gitee": "https://gitee.com/feige996"
1313
},
14+
"homepage": "https://unibest.tech",
1415
"license": "MIT",
1516
"repository": "https://github.com/feige996/unibest",
1617
"repository-gitee": "https://gitee.com/feige996/unibest",
17-
"repository-deprecated": "https://github.com/codercup/unibest",
18+
"repository-old": "https://github.com/codercup/unibest",
1819
"bugs": {
19-
"url": "https://github.com/feige996/unibest/issues"
20+
"url": "https://github.com/feige996/unibest/issues",
21+
"url-old": "https://github.com/codercup/unibest/issues"
2022
},
21-
"homepage": "https://feige996.github.io/unibest/",
2223
"engines": {
2324
"node": ">=18",
2425
"pnpm": ">=7.30"

pages.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ export default defineUniPages({
4040
pagePath: 'pages/about/about',
4141
text: '关于',
4242
},
43-
{
44-
iconPath: 'static/tabbar/personal.png',
45-
selectedIconPath: 'static/tabbar/personalHL.png',
46-
pagePath: 'pages/mine/index',
47-
text: '我的',
48-
},
4943
],
5044
},
5145
})

src/components/privacy-popup/index.scss

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/components/privacy-popup/privacy-popup.vue

Lines changed: 0 additions & 144 deletions
This file was deleted.

src/pages.json

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"selectedIconPath": "static/tabbar/exampleHL.png",
3636
"pagePath": "pages/about/about",
3737
"text": "关于"
38-
},
39-
{
40-
"iconPath": "static/tabbar/personal.png",
41-
"selectedIconPath": "static/tabbar/personalHL.png",
42-
"pagePath": "pages/mine/index",
43-
"text": "我的"
4438
}
4539
]
4640
},
@@ -61,42 +55,6 @@
6155
"navigationBarTitleText": "关于",
6256
"navigationStyle": "custom"
6357
}
64-
},
65-
{
66-
"path": "pages/login/index",
67-
"type": "page",
68-
"style": {
69-
"navigationBarTitleText": "登录",
70-
"navigationStyle": "custom"
71-
}
72-
},
73-
{
74-
"path": "pages/mine/index",
75-
"type": "page",
76-
"style": {
77-
"navigationBarTitleText": "我的"
78-
}
79-
},
80-
{
81-
"path": "pages/mine/about/index",
82-
"type": "page",
83-
"style": {
84-
"navigationBarTitleText": "关于我们"
85-
}
86-
},
87-
{
88-
"path": "pages/mine/info/index",
89-
"type": "page",
90-
"style": {
91-
"navigationBarTitleText": "个人资料"
92-
}
93-
},
94-
{
95-
"path": "pages/mine/password/index",
96-
"type": "page",
97-
"style": {
98-
"navigationBarTitleText": "修改密码"
99-
}
10058
}
10159
],
10260
"subPackages": []

0 commit comments

Comments
 (0)