update comments

This commit is contained in:
MaysWind
2025-01-06 21:43:50 +08:00
parent 166fae425d
commit 5e7e3696bf
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -142,9 +142,9 @@ export const useExchangeRatesStore = defineStore('exchangeRates', () => {
}
return {
// state
// states
latestExchangeRates,
// computed state
// computed states
exchangeRatesLastUpdateTime,
latestExchangeRateMap,
// functions
+2
View File
@@ -154,8 +154,10 @@ export const useSettingsStore = defineStore('settings', () => {
}
return {
// states
appSettings,
localeDefaultSettings,
// functions
setTheme,
setFontSize,
setTimeZone,