🔨 优化导包.

This commit is contained in:
lijiahangmax
2025-03-16 00:30:43 +08:00
parent 0db732fc19
commit cdce5a0dc1
53 changed files with 63 additions and 64 deletions

View File

@@ -9,10 +9,10 @@
<script lang="ts" setup>
import { computed, provide, ref } from 'vue';
import { openAppSettingKey } from '@/types/symbol';
import useLocale from '@/hooks/locale';
import zhCN from '@arco-design/web-vue/es/locale/lang/zh-cn';
import AppSetting from '@/components/app/setting/index.vue';
import useLocale from '@/hooks/locale';
import { openAppSettingKey } from '@/types/symbol';
const { currentLocale } = useLocale();
const locale = computed(() => {