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);