From d57a7d87f951b99967111ed44de2a51fe71fd792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E8=90=BD?= Date: Fri, 20 Mar 2020 20:35:13 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E9=86=92,=E6=97=A5=E5=BF=97=E5=8A=9F=E8=83=BD=202.=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=9F=AD=E4=BB=A3=E7=A0=81=E5=8A=9F=E8=83=BD?= =?UTF-8?q?,=E5=85=8D=E7=99=BB=E9=99=86=E5=8F=AF=E8=A7=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E7=9B=B4=E6=8E=A5=E6=9F=A5=E7=9C=8B=203.=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8E=B7=E5=8F=96=E8=AE=BF=E5=AE=A2IP?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=204.=20=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E6=95=B0=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gdk.css | 2 +- class/updates.php | 1 + framework/plugin-options.php | 27 ++++++++++++------ functions/Ajax.php | 20 +++++++++++++ functions/Common.php | 54 +++++++++++++++--------------------- functions/shortcode.php | 45 +++++++++++++++++------------- gdk_route.php | 2 +- 7 files changed, 88 insertions(+), 63 deletions(-) diff --git a/assets/css/gdk.css b/assets/css/gdk.css index 0accd37..32e83ac 100644 --- a/assets/css/gdk.css +++ b/assets/css/gdk.css @@ -20,7 +20,7 @@ body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fanc .alert-error,.error{background-color:#f17783;border-color:#e66465;color:#fff;} .red{color:#f6003c}.purple{color:#6b48ff}.black{color:#060608}.pink{color:#FF5F5F} -.pull-center,.fieldset p{text-align:center;} +.pull-center{text-align:center;} /**millgram mod end*/ /*文字tooltips*/ diff --git a/class/updates.php b/class/updates.php index 94c9f59..9d0c50d 100644 --- a/class/updates.php +++ b/class/updates.php @@ -11,6 +11,7 @@ json数据格式: "download_url" : "http://a.xxoo.net/Git-alpha.zip" } */ + if (!class_exists('ThemeUpdateChecker')): class ThemeUpdateChecker diff --git a/framework/plugin-options.php b/framework/plugin-options.php index bb517be..0698643 100644 --- a/framework/plugin-options.php +++ b/framework/plugin-options.php @@ -50,7 +50,7 @@ function gdk_options_page() ?>
-

GDK选项

+

GDK选项


- - - -

云落小贴士

-

哈哈

-

联系方式

@@ -316,7 +310,11 @@ body.show-filters .wrap form { .filter-drawer ul { list-style: disc inside; } - +.get_update_res,.get_new_version{ + margin-left: 20px; + padding: 5px; + font-size: medium; +}