From 2aabfd180f384a0e433a20e36bfb248cfb0c7ce3 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 二月 2025 13:33:40 +0800
Subject: [PATCH] feat: mine

---
 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