feat: add system quality improvement plan and implementation

This commit is contained in:
张翔
2026-03-12 18:20:50 +08:00
parent c8646974d8
commit fe2e4110dd
238 changed files with 21864 additions and 2026 deletions
+1 -7
View File
@@ -1,12 +1,6 @@
<template>
<a-config-provider :locale="locale">
<router-view />
</a-config-provider>
<router-view />
</template>
<script setup lang="ts">
import { computed } from 'vue'
import { useI18n } from 'vue-i18n'
const { locale } = useI18n()
</script>