feat:澳币配置添加
This commit is contained in:
@@ -15,6 +15,7 @@ export const availableCurrencies: CurrencyOption[] = [
|
||||
{ code: 'CNY', symbol: '¥', name: '人民币' },
|
||||
{ code: 'EUR', symbol: '€', name: '欧元' },
|
||||
{ code: 'GBP', symbol: '£', name: '英镑' },
|
||||
{ code: 'AUD', symbol: 'A$', name: '澳元' },
|
||||
]
|
||||
|
||||
export const useCurrencyStore = defineStore('currency', {
|
||||
|
||||
Reference in New Issue
Block a user