From 25191da5fa7a65bf67c49373044d771eb6f59f34 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Dec 2024 21:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=96=B0=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ConfigView.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/ConfigView.vue b/src/views/ConfigView.vue index 8991f03..d7aabde 100644 --- a/src/views/ConfigView.vue +++ b/src/views/ConfigView.vue @@ -85,7 +85,17 @@ - {{ config.Security.allowDifferentIPsForDownload ? '是' : '否' }} + {{ config.Security.allowDifferentIPsForDownload ? '允许' : '禁止' }} + + + + + {{ config.Security.enableUserRegistration ? '允许' : '禁止' }} + + + + + {{ config.Security.allowStreamTransferOrZeroSize ? '允许' : '禁止' }}