From abec71ce52caef0d0ee0a901852b0f2ba454c8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sun, 7 Apr 2024 15:36:10 +0800 Subject: [PATCH] =?UTF-8?q?enhance(ui):=E7=BC=A9=E7=9F=AD=E5=8F=AF?= =?UTF-8?q?=E7=AD=BE=E5=8F=91=E6=8E=88=E6=9D=83=E7=9A=84=E5=B9=B4=E9=99=90?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- license_ui/src/constants.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/license_ui/src/constants.ts b/license_ui/src/constants.ts index 6eaed29..55df77c 100644 --- a/license_ui/src/constants.ts +++ b/license_ui/src/constants.ts @@ -9,12 +9,4 @@ export const licenseValidLength = [ { value: 8, label: "八年" }, { value: 9, label: "九年" }, { value: 10, label: "十年" }, - { value: 15, label: "十五年" }, - { value: 20, label: "二十年" }, - { value: 25, label: "二十五年" }, - { value: 30, label: "三十年" }, - { value: 35, label: "三十五年" }, - { value: 40, label: "四十年" }, - { value: 45, label: "四十五年" }, - { value: 50, label: "五十年" }, ];