mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
update comments
This commit is contained in:
@@ -142,9 +142,9 @@ export const useExchangeRatesStore = defineStore('exchangeRates', () => {
|
||||
}
|
||||
|
||||
return {
|
||||
// state
|
||||
// states
|
||||
latestExchangeRates,
|
||||
// computed state
|
||||
// computed states
|
||||
exchangeRatesLastUpdateTime,
|
||||
latestExchangeRateMap,
|
||||
// functions
|
||||
|
||||
@@ -154,8 +154,10 @@ export const useSettingsStore = defineStore('settings', () => {
|
||||
}
|
||||
|
||||
return {
|
||||
// states
|
||||
appSettings,
|
||||
localeDefaultSettings,
|
||||
// functions
|
||||
setTheme,
|
||||
setFontSize,
|
||||
setTimeZone,
|
||||
|
||||
Reference in New Issue
Block a user