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/dic.ts | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/packages/constants/dic.ts b/packages/constants/dic.ts index 889b708..3bda434 100644 --- a/packages/constants/dic.ts +++ b/packages/constants/dic.ts @@ -80,22 +80,6 @@ [IndustryCategoryType.IndustryInformation]: '琛屼笟璧勮', }; -export enum ProductInfoCategoryType { - /** - * 浜у搧绫诲埆 - */ - ProductCategory = 0, - /** - * 璧勮绫诲埆 - */ - InformationCategory = 1, -} - -export const ProductInfoCategoryTypeText = { - [ProductInfoCategoryType.ProductCategory]: '浜у搧绫诲埆', - [ProductInfoCategoryType.InformationCategory]: '璧勮绫诲埆', -}; - export enum TagType { /** * 浜у搧鏍囩 @@ -114,15 +98,6 @@ */ QuickEvaluateTag, } - -export const ProductInfoTagTypeText = { - [TagType.ProductTag]: '浜у搧鏍囩', - [TagType.InformationTag]: '璧勮鏍囩', -}; - -export const ProductQuickEvaluateTypeText = { - [TagType.ProductTag]: '浜у搧蹇嵎璇勪环', -}; export enum UpLevel { /** -- Gitblit v1.9.1