feat: 项目结构重构优化

This commit is contained in:
Ray.Hao
2025-12-26 12:35:37 +08:00
parent 65ad4fe59f
commit aa374dd2ba
164 changed files with 11305 additions and 3103 deletions

View File

@@ -17,7 +17,7 @@
</template>
<script setup lang="ts">
import { useAppStore } from "@/store/modules/app-store";
import { useAppStore } from "@/store/modules/app";
import { LanguageEnum } from "@/enums/settings";
defineProps({
@@ -38,7 +38,7 @@ const { locale, t } = useI18n();
/**
* 处ç<E2809E>†è¯­è¨€åˆ‡æ<E280A1>¢
*
* @param lang 语言zh-cn、en
* @param lang 语言(zh-cnã€<C3A3>enï¼?
*/
function handleLanguageChange(lang: string) {
locale.value = lang;