更新 package.json 和 pnpm-lock.yaml,添加 class-variance-authority 依赖;修改 main.tsx 中的 basename 引入方式;新增 theme.css 样式文件

This commit is contained in:
2026-02-04 19:51:05 +08:00
parent 925bf7aab2
commit 92b9c3315b
6 changed files with 114 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
// @ts-ignore
export const basename = DEV_SERVER ? '/' : BASE_NAME;
export const basename = BASE_NAME;