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 { return {
// state // states
latestExchangeRates, latestExchangeRates,
// computed state // computed states
exchangeRatesLastUpdateTime, exchangeRatesLastUpdateTime,
latestExchangeRateMap, latestExchangeRateMap,
// functions // functions
+2
View File
@@ -154,8 +154,10 @@ export const useSettingsStore = defineStore('settings', () => {
} }
return { return {
// states
appSettings, appSettings,
localeDefaultSettings, localeDefaultSettings,
// functions
setTheme, setTheme,
setFontSize, setFontSize,
setTimeZone, setTimeZone,