feat(init): 项目初始化构建
Some checks failed
Lint Code / Lint Code (push) Failing after 35s

This commit is contained in:
2026-03-27 16:50:27 +08:00
commit 2b62486364
637 changed files with 108813 additions and 0 deletions

14
types/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
declare module "*.vue" {
import type { DefineComponent } from "vue";
// eslint-disable-next-line
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module "*.scss" {
const scss: Record<string, string>;
export default scss;
}
declare module "vue3-puzzle-vcode";
declare module "vuedraggable/src/vuedraggable";