first commit

This commit is contained in:
2026-06-03 10:09:03 +08:00
commit 81f5039458
6266 changed files with 188236 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<script setup lang="ts">
</script>
<template>
<router-view />
</template>
<style>
/* 全局样式 */
html, body, #app {
margin: 0;
padding: 0;
width: 100%;
min-height: 100vh;
}
</style>