From 0470145fcd755d3f87bffc7a985bd3cc82c5f3f6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 10 二月 2025 16:30:40 +0800 Subject: [PATCH] feat: init --- 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