From f81ef0204e3a49a3e54ff8ef36d4a48c9acdcb8c Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Mon, 13 Nov 2023 11:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CategoryType.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CategoryType.ts b/src/components/CategoryType.ts index 59827be..2018476 100644 --- a/src/components/CategoryType.ts +++ b/src/components/CategoryType.ts @@ -1,5 +1,5 @@ export enum CategoryType { - JK = 'JK', - TH = 'TH', - ZDWX = 'ZDWX', + JK = 'JK', // 交控(11) + TH = 'TH', // 通号(12) + ZDWX = 'ZDWX', // 浙大网新 }