From 6dffd3428d63e2f63ab883a9639b32c46fb6bc94 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 16:59:17 +0800
Subject: [PATCH] fix: 四流 奖励金 文字改成 可用资金
---
src/constants/reward.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/constants/reward.ts b/src/constants/reward.ts
index d637c28..3240cec 100644
--- a/src/constants/reward.ts
+++ b/src/constants/reward.ts
@@ -22,6 +22,7 @@
}
export const BountyCheckStatusEnumText = {
+ [BountyCheckStatusEnum.Redoed]: '宸叉挙鍥�',
[BountyCheckStatusEnum.WaitCheck]: '寰呭鏍�',
[BountyCheckStatusEnum.CheckPassed]: '瀹℃牳閫氳繃',
[BountyCheckStatusEnum.CheckReject]: '瀹℃牳鏈�氳繃',
--
Gitblit v1.9.1