feat:拆分页面

This commit is contained in:
zyronon
2025-07-30 01:47:28 +08:00
parent a484184d48
commit dc120ff375
17 changed files with 827 additions and 313 deletions

View File

@@ -1,14 +0,0 @@
<script setup lang="ts">
import BaseIcon from "@/components/BaseIcon.vue";
</script>
<template>
<BaseIcon
title="返回"
icon="formkit:left"/>
</template>
<style scoped lang="scss">
</style>