From a21c4e5cc419580e82dfef430f4ab447fe3ac8a2 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Sun, 7 Feb 2021 17:28:01 +0800 Subject: [PATCH] test --- theme/tfo_m.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/theme/tfo_m.html b/theme/tfo_m.html index a9387d2..47b7ece 100644 --- a/theme/tfo_m.html +++ b/theme/tfo_m.html @@ -39,7 +39,7 @@ .list-container,.list-header-container,.list-wrapper,a.back-link:hover,body{color:#24292e} .table-header{margin:0;border:0 none;padding:16px 24px;text-align:left;font-weight:400;word-break:break-all;word-wrap:break-word;color:#24292e;background-color:rgba(245,245,245,0.3);line-height:1.3;font-size:18px} .list-body-container{position:relative;left:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:rgba(245,245,245,0.6)} - .more-disk{margin:0;border:0 none;font-weight:400;color:#000;padding:12px 12px;text-align:center;background-color:rgba(245,245,245,0.3);line-height:32px;} + .more-disk{margin:0;border:0 none;font-weight:400;color:#000;padding:12px 12px;text-align:center;background-color:rgba(245,245,245,0.3);line-height:32px;box-shadow:0 1px 8px rgba(27,31,35,0.8);} .more-disk a{margin:0 2px;padding:5px;transition-duration:0.3s;border-radius:18px;background-color:transparent;color:#24292e;border:2px solid rgba(85,85,85,0.7);border:1px solid rgba(27,31,35,0);font-size:16px;} .more-disk a:hover,.more-disk a[now]{background:rgba(245,245,245,0.3);color:#FFFFFF;border:1px solid rgba(27,31,35,.15);box-shadow:0 1px 15px rgba(27,31,35,.15)} .list-table{width:100%;padding:0 10px 10px 10px;border-spacing:0;overflow:hidden;table-layout:fixed} @@ -145,7 +145,6 @@ body{background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url("");} iframe{width:200% !important;-ms-zoom:0.5;-moz-transform:scale(0.5);-moz-transform-origin: 0 0;-o-transform: scale(0.5);-o-transform-origin: 0 0;-webkit-transform: scale(0.5);-webkit-transform-origin: 0 0;} - #frh{height:320px} .title{margin-bottom:24px} .list-wrapper{width:98%;margin:0 auto 10px;} .list-table {padding:8px} @@ -165,13 +164,13 @@
- + - + - +
@@ -285,7 +284,7 @@   -
+
<!--FileName--> @@ -1368,7 +1367,7 @@ function size_format(num) { location.href = location.href; } function themeinf() { - swal({ + 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/", icon: "Info", @@ -1376,18 +1375,19 @@ function size_format(num) { cancel: "Close", address: "Get Update Address", update: "Update with OneManager-php", - }, + }, + }) .then((value) => { switch (value) { 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"; case "update": - windows.location.href="/?setup" + windows.location.href="/?setup"; default: swal.close(); - }) - }); - } + } + }); +} function showdiv(event,action,num) { var $operatediv=document.getElementsByName('operatediv');