feat: 添加pinia、vue-router、tailwindcss

This commit is contained in:
2026-06-02 11:37:15 +08:00
parent 0ba412b194
commit 239f6a4891
21 changed files with 752 additions and 308 deletions

View File

@@ -1,6 +1,6 @@
<template>
<n-config-provider :locale="zhCN" :date-locale="dateZhCN">
<div class="bg" />
<router-view />
</n-config-provider>
</template>