File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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} )
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 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 },
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" : []
You can’t perform that action at this time.
0 commit comments