更新
This commit is contained in:
parent
138f29c95b
commit
ca365723e4
@ -3,7 +3,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "5.3.6";
|
return "5.3.7";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user