From de5fc010f7f9be46c11087e99fbf61990601f820 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Thu, 19 Jun 2025 14:02:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=BE=B3=E5=B8=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/billing/rule/modules/currency.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/billing/rule/modules/currency.ts b/src/views/billing/rule/modules/currency.ts index bfafc0a..bf00266 100644 --- a/src/views/billing/rule/modules/currency.ts +++ b/src/views/billing/rule/modules/currency.ts @@ -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', {