From d2cbcda63b6fadc218235ba5e6c68bee888b8223 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Fri, 5 Apr 2024 00:33:25 +0800 Subject: [PATCH] =?UTF-8?q?WebUI=20=E5=8A=A0=E6=B8=85=E9=99=A4=E7=AD=9B?= =?UTF-8?q?=E9=80=89=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 483cadb..18a3b85 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -31,7 +31,7 @@
-

夸克自动转存配置

+

夸克自动转存

@@ -105,16 +105,22 @@
-
+
+
+ +
-
+
+
+ +
@@ -193,7 +199,7 @@

- @Cp0204/quark_auto_save v[[ version ]] + Cp0204/quark_auto_save v[[ version ]]

@@ -350,6 +356,9 @@ clearShareurlBan(task) { delete task.shareurl_ban; }, + clearData(target) { + this[target] = ""; + }, runScriptNow() { $('#logModal').modal('toggle') this.run_log = '
请耐心等待脚本全部执行完毕...'