From 411edaf3d05d0a7393e4784ff8f3310a0ccb2196 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 02 Nov 2025 15:33:02 +0800
Subject: [PATCH] 1

---
 src/utils/filter.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/utils/filter.js b/src/utils/filter.js
index d07651c..d6a0d7b 100644
--- a/src/utils/filter.js
+++ b/src/utils/filter.js
@@ -52,7 +52,9 @@
 // 根据type返回货币符号
 export function currencySymbol(type) {
   if (type == "US") return "$";
-  else if (type == "MEX") return "MX$";
+  else if (type == "HK") return "HK$";
+  else if (type == "IN") return "₹";
+  else if (type == "TW") return "NT$";
 }
 // 根据时间戳返回时间
 export function gettime(time) {

--
Gitblit v1.9.3