From c86bc94d9d43cd4fce40dd46358c97becabc2b9b Mon Sep 17 00:00:00 2001 From: zhaolion Date: Thu, 6 Nov 2025 19:36:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20EditTokenModal=20=E4=B8=AD=E9=92=88?= =?UTF-8?q?=E5=AF=B9=E7=94=A8=E6=88=B7=E5=88=9B=E5=BB=BA=E7=9A=84=20token?= =?UTF-8?q?=20=E9=BB=98=E8=AE=A4=E6=97=A0=E9=99=90=E9=A2=9D=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/table/tokens/modals/EditTokenModal.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/table/tokens/modals/EditTokenModal.jsx b/web/src/components/table/tokens/modals/EditTokenModal.jsx index fe82b767d..59a3894af 100644 --- a/web/src/components/table/tokens/modals/EditTokenModal.jsx +++ b/web/src/components/table/tokens/modals/EditTokenModal.jsx @@ -66,9 +66,9 @@ const EditTokenModal = (props) => { const getInitValues = () => ({ name: '', - remain_quota: 500000, + remain_quota: 0, expired_time: -1, - unlimited_quota: false, + unlimited_quota: true, model_limits_enabled: false, model_limits: [], allow_ips: '',