release: update 3.9.6

This commit is contained in:
xiaoxian521
2022-12-19 14:01:20 +08:00
parent 6faffacf77
commit cdf4abeb58
10 changed files with 402 additions and 412 deletions

View File

@@ -16,6 +16,8 @@ import { injectResponsiveStorage } from "@/utils/responsive";
import "./style/reset.scss";
// 导入公共样式
import "./style/index.scss";
// 一定要在main.ts中导入tailwind.css防止vite每次hmr都会请求src/style/index.scss整体css文件导致热更新慢的问题
import "./style/tailwind.css";
import "element-plus/dist/index.css";
// 导入字体图标
import "./assets/iconfont/iconfont.js";