From 024a8171db93cd1c91ec2a1bf0c30237d90aaa1f Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Sun, 7 Feb 2021 19:39:59 +0800 Subject: [PATCH] update --- theme/tfo_m.html | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/theme/tfo_m.html b/theme/tfo_m.html index 7bd3168..503093e 100644 --- a/theme/tfo_m.html +++ b/theme/tfo_m.html @@ -164,13 +164,13 @@
- + - + - +
@@ -186,7 +186,7 @@
  • -
  • +
  • @@ -266,7 +266,7 @@ -
    +
     
    @@ -592,6 +603,7 @@
    Power byTfo's Theme for OneManager-php
    + @@ -1366,10 +1378,11 @@ function size_format(num) { document.cookie = "admin=; path=/; "+expires; location.href = location.href; } - function themeinf() { + function tminf() { + var tminftxt=document.getElementById("tminf").innerText; 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: tminftxt, icon: "info", buttons: { cancel: "Close", @@ -1381,8 +1394,10 @@ function size_format(num) { switch (value) { case "address": window.open("https://github.com/qkqpttgf/OneManager-php/blob/master/theme/tfo.html"); + swal.close(); case "update": window.open("/?setup"); + swal.close(); default: swal.close(); }