From 212d6b98f16fc0412fb254a8f5d8e7e98d718a68 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Sun, 7 Feb 2021 17:49:06 +0800 Subject: [PATCH] test --- theme/tfo_m.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/tfo_m.html b/theme/tfo_m.html index 47b7ece..aea9582 100644 --- a/theme/tfo_m.html +++ b/theme/tfo_m.html @@ -1369,7 +1369,7 @@ function size_format(num) { function themeinf() { swal({ title: "Tfo' Theme Information", - text: "Current Version:20210205
Can not support automatic update, please update manually or upgrade with the program.
Tfo’s HomePage on GitHub: https://github.com/BingoKingo/Tfo
Tfo’s Example Website: https://tfo.herokuapp.com/", + text: "Current Version:20210205"+"/n"+"Can not support automatic update, please update manually or upgrade with the program."+"/n"+"Tfo’s HomePage on GitHub:"+"/n"+"https://github.com/BingoKingo/Tfo"+"/n"+"Tfo’s Example Website:"+"/n"+"https://tfo.herokuapp.com/", icon: "Info", buttons: { cancel: "Close", @@ -1381,8 +1381,10 @@ function size_format(num) { switch (value) { case "address": windows.location.href="https://github.com/qkqpttgf/OneManager-php/blob/master/theme/tfo.html"; + swal.close(); case "update": windows.location.href="/?setup"; + swal.close(); default: swal.close(); }