Compare commits

..

3 Commits

Author SHA1 Message Date
0744da45f6 Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-17 18:16:01 +08:00
f899201e4a fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-17 18:15:49 +08:00
981fff22de fix(custom): 2024-05-17 18:15:35 +08:00
6 changed files with 5295 additions and 4092 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
build/.DS_Store vendored Normal file

Binary file not shown.

9381
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -7,7 +7,7 @@ export default {
redirect: '/game_jl',
meta: {
title: '游戏统计',
icon: 'mdi:home',
icon: 'mdi:index',
order: 100,
},
children: [
@@ -17,7 +17,7 @@ export default {
component: () => import('./jl/index.vue'),
meta: {
title: '豆子记录',
icon: 'mdi:home',
icon: 'mdi:index',
},
},
],

View File

@@ -12,7 +12,7 @@ export default {
component: () => import('./index.vue'),
meta: {
title: '工作台',
icon: 'mdi:home',
icon: 'mdi:index',
order: 0,
},
},