modify comment

This commit is contained in:
MaysWind
2020-11-29 22:04:03 +08:00
parent c4e6c2b465
commit 255c9bb65f
+6 -6
View File
@@ -1,6 +1,6 @@
const defaultAccountIconId = '1'; const defaultAccountIconId = '1';
const allAccountIcons = { const allAccountIcons = {
// 1 - 99 : cash symbols // 1 - 99 : Cash Symbols
'1': { '1': {
icon: 'las la-wallet' icon: 'las la-wallet'
}, },
@@ -13,14 +13,14 @@ const allAccountIcons = {
'30': { '30': {
icon: 'las la-piggy-bank' icon: 'las la-piggy-bank'
}, },
// 100 - 199 : bank service symbols // 100 - 199 : Bank Service Symbols
'100': { '100': {
icon: 'las la-credit-card' icon: 'las la-credit-card'
}, },
'110': { '110': {
icon: 'las la-money-check-alt' icon: 'las la-money-check-alt'
}, },
// 500 - 999 : other symbols // 500 - 999 : Other Symbols
'500': { '500': {
icon: 'las la-digital-tachograph' icon: 'las la-digital-tachograph'
}, },
@@ -75,7 +75,7 @@ const allAccountIcons = {
'990': { '990': {
icon: 'las la-globe' icon: 'las la-globe'
}, },
// 1000 - 1999 : currency symbols // 1000 - 1999 : Currency Symbols
'1000': { '1000': {
icon: 'las la-dollar-sign' icon: 'las la-dollar-sign'
}, },
@@ -112,7 +112,7 @@ const allAccountIcons = {
'1501': { '1501': {
icon: 'lab la-ethereum' icon: 'lab la-ethereum'
}, },
// 5000 - 5999 : credit card brand symbols // 5000 - 5999 : Credit Card Brand Symbols
'5000': { '5000': {
icon: 'lab la-cc-visa' icon: 'lab la-cc-visa'
}, },
@@ -131,7 +131,7 @@ const allAccountIcons = {
'5300': { '5300': {
icon: 'lab la-cc-diners-club' icon: 'lab la-cc-diners-club'
}, },
// 8000 - 8999 : e-pay brand symbols // 8000 - 8999 : E-pay Brand Symbols
'8000': { '8000': {
icon: 'lab la-paypal' icon: 'lab la-paypal'
}, },