This commit is contained in:
杜恒 2021-02-21 18:06:56 +08:00
parent 138f29c95b
commit ca365723e4
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/* 获取主题当前版本号 */ /* 获取主题当前版本号 */
function _getVersion() function _getVersion()
{ {
return "5.3.6"; return "5.3.7";
}; };
/* 判断是否是手机 */ /* 判断是否是手机 */

View File

@ -274,7 +274,9 @@ function themeConfig($form)
NULL, NULL,
NULL, NULL,
'自定义CSS非必填', '自定义CSS非必填',
'介绍请填写自定义CSS内容填写时无需填写style标签。' '介绍请填写自定义CSS内容填写时无需填写style标签。<br />
其他:如果想修改主题色、卡片透明度等,都可以通过这个实现 <br />
例如body { --theme: #ff6800; --background: rgba(255,255,255,0.85) }'
); );
$JCustomCSS->setAttribute('class', 'joe_content joe_global'); $JCustomCSS->setAttribute('class', 'joe_content joe_global');
$form->addInput($JCustomCSS); $form->addInput($JCustomCSS);