From ca365723e4cbb9373df73bbc6403d0e8e6792507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=81=92?= <2323333339@qq.com> Date: Sun, 21 Feb 2021 18:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/function.php | 2 +- functions.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/function.php b/core/function.php index 0ec0de3..d55a365 100644 --- a/core/function.php +++ b/core/function.php @@ -3,7 +3,7 @@ /* 获取主题当前版本号 */ function _getVersion() { - return "5.3.6"; + return "5.3.7"; }; /* 判断是否是手机 */ diff --git a/functions.php b/functions.php index fa4a056..6079bdf 100644 --- a/functions.php +++ b/functions.php @@ -274,7 +274,9 @@ function themeConfig($form) NULL, NULL, '自定义CSS(非必填)', - '介绍:请填写自定义CSS内容,填写时无需填写style标签。' + '介绍:请填写自定义CSS内容,填写时无需填写style标签。
+ 其他:如果想修改主题色、卡片透明度等,都可以通过这个实现
+ 例如:body { --theme: #ff6800; --background: rgba(255,255,255,0.85) }' ); $JCustomCSS->setAttribute('class', 'joe_content joe_global'); $form->addInput($JCustomCSS);