diff --git a/web/public/js/components/server/user-agent-config-box.js b/web/public/js/components/server/user-agent-config-box.js index 6dd21159..bad3f485 100644 --- a/web/public/js/components/server/user-agent-config-box.js +++ b/web/public/js/components/server/user-agent-config-box.js @@ -18,7 +18,8 @@ Vue.component("user-agent-config-box", { addingFilter: { keywords: [], action: "deny" - } + }, + moreOptionsVisible: false } }, methods: { @@ -63,6 +64,9 @@ Vue.component("user-agent-config-box", { }, changeKeywords: function (keywords) { this.addingFilter.keywords = keywords + }, + showMoreOptions: function () { + this.moreOptionsVisible = !this.moreOptionsVisible } }, template: `
如果填写了例外URL,表示这些URL跳过5秒盾不做处理。
+如果填写了限制URL,表示只对这些URL进行5秒盾处理;如果不填则表示支持所有的URL。
+