This commit is contained in:
2025-11-28 17:40:40 +08:00
commit 135696ef93
244 changed files with 37401 additions and 0 deletions

16
src/App.vue Normal file
View File

@@ -0,0 +1,16 @@
<template>
<router-view />
</template>
<script>
export default {};
</script>
<style>
html,
body,
#app {
width: 100%;
height: 100%;
}
</style>