mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
update comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -154,8 +154,10 @@ export const useSettingsStore = defineStore('settings', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
// states
|
||||||
appSettings,
|
appSettings,
|
||||||
localeDefaultSettings,
|
localeDefaultSettings,
|
||||||
|
// functions
|
||||||
setTheme,
|
setTheme,
|
||||||
setFontSize,
|
setFontSize,
|
||||||
setTimeZone,
|
setTimeZone,
|
||||||
|
|||||||
Reference in New Issue
Block a user