⬆️ Upgrade(custom): upgrade deps, remove deprecated deps

This commit is contained in:
Kuingsmile
2026-06-07 20:42:07 +08:00
parent 65ec8ef8bd
commit 3ce5811deb
36 changed files with 1166 additions and 858 deletions

View File

@@ -502,7 +502,6 @@
</template>
<script lang="ts" setup>
import dayjs from 'dayjs'
import {
CheckCircle2,
CheckIcon,
@@ -525,7 +524,8 @@ import {
UserIcon,
XCircleIcon,
XIcon,
} from 'lucide-vue-next'
} from '@lucide/vue'
import dayjs from 'dayjs'
import { computed, onBeforeMount, onBeforeUnmount, ref, watch } from 'vue'
import { useI18n } from 'vue-i18n'