mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support custom first day of week
This commit is contained in:
@@ -64,6 +64,7 @@ import {
|
||||
resetState,
|
||||
currentUserNickname,
|
||||
currentUserDefaultCurrency,
|
||||
currentUserFirstDayOfWeek,
|
||||
} from './user.js';
|
||||
|
||||
import {
|
||||
@@ -191,6 +192,7 @@ const stores = {
|
||||
// user
|
||||
currentUserNickname,
|
||||
currentUserDefaultCurrency,
|
||||
currentUserFirstDayOfWeek,
|
||||
|
||||
// exchange rates
|
||||
exchangeRatesLastUpdateDate,
|
||||
|
||||
Reference in New Issue
Block a user