code refactor

This commit is contained in:
MaysWind
2025-01-11 02:29:44 +08:00
parent ea90e97f92
commit 5649bb243d
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -121,8 +121,8 @@
<script setup lang="ts">
import { useI18n } from '@/locales/helpers.ts';
import { useAboutPage } from '@/views/base/AboutPage.ts';
import { useAboutPageBase } from '@/views/base/AboutPageBase.ts';
const { tt } = useI18n();
const { version, buildTime, exchangeRatesData, mapProviderName, mapProviderWebsite, licenseLines, thirdPartyLicenses } = useAboutPage();
const { version, buildTime, exchangeRatesData, mapProviderName, mapProviderWebsite, licenseLines, thirdPartyLicenses } = useAboutPageBase();
</script>