format code

This commit is contained in:
MaysWind
2025-01-06 22:03:28 +08:00
parent e0198da52c
commit 60ba3b7977
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
import { type Ref, ref, computed, useTemplateRef, nextTick } from 'vue';
import type { ColorValue } from '@/core/color.ts';
import type {IconInfo, IconInfoWithId} from '@/core/icon.ts';
import type { IconInfo, IconInfoWithId } from '@/core/icon.ts';
import { arrayContainsFieldValue } from '@/lib/common.ts';
import { getIconsInRows } from '@/lib/icon.ts';
import { scrollToSelectedItem } from '@/lib/ui/desktop.ts';
+1 -1
View File
@@ -1,7 +1,7 @@
import { type Ref, ref, computed } from 'vue';
import { defineStore } from 'pinia';
import type {LatestExchangeRate, LatestExchangeRateResponse} from '@/models/exchange_rate.ts';
import type { LatestExchangeRate, LatestExchangeRateResponse } from '@/models/exchange_rate.ts';
import { isEquals } from '@/lib/common.ts';
import { getCurrentUnixTime, formatUnixTime } from '@/lib/datetime.ts';