From 929907e6245734ea32f266aae836861cfb966063 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Tue, 21 Mar 2023 16:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=B8=B2=E6=9F=93=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E6=9D=BFext=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/version.txt | 2 +- templates/config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/version.txt b/js/version.txt index a97b9a7..d06c265 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.40beta2 \ No newline at end of file +3.9.40beta3 \ No newline at end of file diff --git a/templates/config.txt b/templates/config.txt index f24ba03..71be952 100644 --- a/templates/config.txt +++ b/templates/config.txt @@ -25,7 +25,7 @@ "searchable": {{ rule.searchable }}, "quickSearch": {{ rule.quickSearch }}, "filterable": {{ rule.filterable }}, - "ext":"{{ host }}/admin/view/{{ rule.name }}.js" + "ext":"{{ host }}/js/{{ rule.name }}.js" }{% endif %}{% if loop.last==False %},{% endif %}{% endfor %} {% if pys %} ,{% for py in pys %}{ -- GitLab