2
0

feat:澳币配置添加

This commit is contained in:
zhongzm
2025-06-19 14:02:43 +08:00
parent 5f22ef60a9
commit de5fc010f7

View File

@@ -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', {