This commit is contained in:
Megghy
2023-06-05 15:31:37 +08:00
parent 4dedacf449
commit 981d873225
30 changed files with 16609 additions and 5653 deletions

View File

@@ -0,0 +1,16 @@
<script setup lang="ts">
import { useAccount } from '@/api/account';
import { NThing } from 'naive-ui';
const accountInfo = useAccount()
</script>
<template>
<NThing>
<template #header>
</template>
</NThing>
</template>