From 24f27b180bad626d03d0cb4ffb13e7009b064729 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Thu, 17 Nov 2022 21:10:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86pd=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= 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 3cddb6c..a411a37 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.7.5beta8 \ No newline at end of file +3.7.5beta9 \ No newline at end of file diff --git a/templates/config.txt b/templates/config.txt index 16b620d..4a48293 100644 --- a/templates/config.txt +++ b/templates/config.txt @@ -19,7 +19,7 @@ "key":"dr_{{ rule.name }}", "name":"{{ rule.name }}(drpy)", "type":3, - "api":{% if ISTVB and xr_mode %}"{{ host }}/libs/drpy2-2838.js"{% else %}"{{ host }}/libs/drpy.min.js"{% endif %}, + "api":{% if ISTVB and xr_mode %}"{{ host }}/libs/drpy2.min.js"{% else %}"{{ host }}/libs/drpy.min.js"{% endif %}, #"api":{% if ISTVB and xr_mode %}"{{ host }}/libs/drpy.min.js"{% else %}"{{ host }}/libs/drpy.min.js"{% endif %}, #"api":"{{ host }}/libs/drpy.js", "searchable": {{ rule.searchable }}, -- GitLab