This commit is contained in:
2026-06-02 13:34:54 +08:00
parent d7469b9622
commit 4d9b763d18
46 changed files with 0 additions and 2718 deletions

View File

@@ -1,10 +0,0 @@
<template>
<n-config-provider :locale="zhCN" :date-locale="dateZhCN">
<router-view />
</n-config-provider>
</template>
<script setup lang="ts">
import { zhCN, dateZhCN } from "naive-ui";
</script>
<style scoped lang="scss"></style>