This commit is contained in:
2026-02-06 15:10:17 +08:00
commit f011de4ef4
59 changed files with 16075 additions and 0 deletions

13
src/App.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<RouteCache />
</template>
<script setup lang="ts">
import RouteCache from '@/components/RouteCache.vue'
</script>
<style lang="less">
#app {
font-size: 1.6rem;
}
</style>