feat:美化引用样式

This commit is contained in:
2025-12-12 14:30:44 +08:00
parent c68d66f01a
commit 8b2c289833
6 changed files with 222 additions and 14 deletions

View File

@@ -18,11 +18,13 @@
| `qs` | ^6.13.0 | URL 查询字符串解析和序列化库 |
| `v-calendar` | ^3.1.2 | Vue.js 的日历和日期选择器组件 |
>[!TIP]
>如果使用pnpm安装会传递peerDependencies部分。
::: tip
如果使用pnpm安装会传递peerDependencies部分。
:::
>[!WARNING]
>建议将Vite、Typescript、@types等构建工具依赖放在devDependencies中
::: warning
建议将Vite、Typescript、@types等构建工具依赖放在devDependencies中
:::
# 二、vite.config.ts配置
## 2.1 生成Typescript类型文件