feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-20 16:06:37 +08:00
parent 1be0710a82
commit 3e47ee08af
6 changed files with 4960 additions and 3838 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
build/.DS_Store vendored Normal file

Binary file not shown.

8792
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

@@ -52,6 +52,10 @@
label: '积分', label: '积分',
value: 2, value: 2,
}, },
{
label: '小猪积分',
value: 3,
},
]" ]"
:key="song.value" :key="song.value"
:value="song.value" :value="song.value"

View File

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