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
@@ -11,7 +11,7 @@ import { getMapWebsite } from '@/lib/map/index.ts';
import { getLicense, getThirdPartyLicenses } from '@/lib/licenses.ts';
import { getVersion, getBuildTime } from '@/lib/version.ts';
export function useAboutPage() {
export function useAboutPageBase() {
const { tt, formatUnixTimeToLongDateTime } = useI18n();
const exchangeRatesStore = useExchangeRatesStore();