feat: css 处理 增加font 增加 选择题目

This commit is contained in:
陈昱达
2025-03-03 09:20:13 +08:00
parent 66756b4cf2
commit 1151a89aa9
27 changed files with 1314 additions and 108 deletions

5
env.d.ts vendored
View File

@@ -1 +1,6 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import {DefineComponent} from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}