feat: 项目初始化

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 20:04:39 +08:00
commit f4c5c44392
11 changed files with 14468 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export default defineAppConfig({
theme: {
primaryColor: "#ababab"
}
});
+3
View File
@@ -0,0 +1,3 @@
<template>
<h1>Hello World!</h1>
</template>