From 5099bcf2884863d96dc78a8c6f7c38b234b3c0d9 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 12 二月 2025 09:29:57 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- packages/constants/user.ts | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/packages/constants/user.ts b/packages/constants/user.ts index c00f870..f1af5ad 100644 --- a/packages/constants/user.ts +++ b/packages/constants/user.ts @@ -144,24 +144,3 @@ [Gender.Male]: '鐢�', [Gender.Female]: '濂�', }; - -export enum MatchMakingIdentityEnum { - /** - * 鐢ㄤ汉鏂� - */ - Employing = 10, - /** - * 渚涗汉鏂� - */ - Contributors = 20, -} - -export const MatchMakingIdentityEnumText = { - [MatchMakingIdentityEnum.Employing]: '鐢ㄤ汉鏂�', - [MatchMakingIdentityEnum.Contributors]: '渚涗汉鏂�', -}; - -export const MatchMakingIdentityEnumTitle = { - [MatchMakingIdentityEnum.Employing]: '鎵捐祫婧�', - [MatchMakingIdentityEnum.Contributors]: '鎵捐鍗�', -}; -- Gitblit v1.9.1