From a092e285512cacff310e24428041af1d0e524bae Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 27 十一月 2025 10:16:09 +0800
Subject: [PATCH] feat: 页面
---
src/constants/task.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/constants/task.ts b/src/constants/task.ts
index 4770289..7a8401a 100644
--- a/src/constants/task.ts
+++ b/src/constants/task.ts
@@ -92,6 +92,7 @@
[EnumBillingMethod.Day]: '鍏�/鏃�',
[EnumBillingMethod.Hour]: '鍏�/灏忔椂',
[EnumBillingMethod.Piece]: '鍏�/浠�',
+ [EnumBillingMethod.Face]: '闈㈣',
};
export const EnumUserGenderText = {
@@ -172,7 +173,7 @@
};
export const EnumTaskCheckReceiveMethodText = {
- [EnumTaskCheckReceiveMethod.CheckIn]: '浜哄伐绛惧埌',
+ [EnumTaskCheckReceiveMethod.CheckIn]: '鍙戝崟绛惧埌',
[EnumTaskCheckReceiveMethod.Submit]: '鑷富鎻愪氦',
};
--
Gitblit v1.9.1