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 ? '允许' : '禁止' }}