pull/216/head
BingoKingo 2021-02-07 17:49:06 +08:00
parent a21c4e5cc4
commit 212d6b98f1
1 changed files with 3 additions and 1 deletions

View File

@ -1369,7 +1369,7 @@ function size_format(num) {
function themeinf() { function themeinf() {
swal({ swal({
title: "Tfo' Theme Information", title: "Tfo' Theme Information",
text: "Current Version:20210205<br>Can not support automatic update, please update manually or upgrade with the program.<br>Tfos HomePage on GitHub: https://github.com/BingoKingo/Tfo<br>Tfos 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"+"Tfos HomePage on GitHub:"+"/n"+"https://github.com/BingoKingo/Tfo"+"/n"+"Tfos Example Website:"+"/n"+"https://tfo.herokuapp.com/",
icon: "Info", icon: "Info",
buttons: { buttons: {
cancel: "Close", cancel: "Close",
@ -1381,8 +1381,10 @@ function size_format(num) {
switch (value) { switch (value) {
case "address": case "address":
windows.location.href="https://github.com/qkqpttgf/OneManager-php/blob/master/theme/tfo.html"; windows.location.href="https://github.com/qkqpttgf/OneManager-php/blob/master/theme/tfo.html";
swal.close();
case "update": case "update":
windows.location.href="/?setup"; windows.location.href="/?setup";
swal.close();
default: default:
swal.close(); swal.close();
} }