From 03e7a7dfec70b7778968278bae1bbb3af59edf44 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Sun, 9 Oct 2022 10:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=86=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.txt b/templates/config.txt index 3337129..52ec7ca 100644 --- a/templates/config.txt +++ b/templates/config.txt @@ -19,8 +19,8 @@ "key":"dr_{{ rule.name }}", "name":"{{ rule.name }}(drpy)", "type":3, - #"api":"{{ host }}/libs/drpy.min.js", - "api":"{{ host }}/libs/drpy.js", + "api":"{{ host }}/libs/drpy.min.js", + #"api":"{{ host }}/libs/drpy.js", "searchable": {{ rule.searchable }}, "quickSearch": {{ rule.quickSearch }}, "filterable": {{ rule.filterable }}, -- GitLab