From 54d5eab23e2b74273ad59194ebc5063e95ea5637 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 03 十二月 2025 11:20:14 +0800
Subject: [PATCH] fix: s

---
 src/hooks/industrialPark.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/hooks/industrialPark.ts b/src/hooks/industrialPark.ts
index ac9adc3..93cc1d9 100644
--- a/src/hooks/industrialPark.ts
+++ b/src/hooks/industrialPark.ts
@@ -10,7 +10,7 @@
     placeholderData: () => [] as API.IndustrialParkDropDownOutput[],
   });
 
-  /**濂栧姳閲戝洯鍖� */
+  /**鍙敤璧勯噾鍥尯 */
   const fourStreamsIndustrialParkList = computed(() => {
     return industrialParkList.value.filter((x) => !!x.rewardEnable);
   });

--
Gitblit v1.9.1