support currency symbol

This commit is contained in:
MaysWind
2020-11-22 14:31:32 +08:00
parent 9e1ec6d13c
commit 1e4fe9bd72
7 changed files with 659 additions and 164 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const defaultSettings = {
applicationLockWebAuthn: false,
autoUpdateExchangeRatesData: true,
thousandsSeparator: true,
currencyDisplayMode: 'code', // or 'none' or 'name'
currencyDisplayMode: 'code', // or 'none' or 'name' or 'symbol'
showAccountBalance: true,
animate: false,
autoDarkMode: true