This commit is contained in:
杜恒
2021-01-25 12:30:39 +08:00
parent fd21fc6a49
commit 6fea990824
7 changed files with 157 additions and 9 deletions

View File

@@ -474,8 +474,8 @@ function themeConfig($form)
),
'off',
'是否开启动态背景图仅限PC',
'介绍用于设置PC端动态背景如果下方填写了PC端静态壁纸则优先显示下方静态壁纸
注意:手机端是不支持此项的'
'介绍用于设置PC端动态背景<br />
注意:如果您填写了下方PC端静态壁纸将优先展示下方静态壁纸如需显示动态壁纸请将PC端静态壁纸设置成空'
);
$JDynamic_Background->setAttribute('class', 'joe_content joe_image');
$form->addInput($JDynamic_Background->multiMode());
@@ -487,7 +487,7 @@ function themeConfig($form)
'PC端网站背景图片非必填',
'介绍PC端网站的背景图片不填写时显示默认的灰色。<br />
格式图片URL地址 或 随机图片api 例如http://api.btstu.cn/sjbz/?lx=dongman <br />
注意:此项设置会优先显示,如果开启上方动态壁纸,会覆盖上方动态壁纸'
注意:如果需要显示上方动态壁纸,请不要填写此项,此项优先级最高'
);
$JWallpaper_Background_PC->setAttribute('class', 'joe_content joe_image');
$form->addInput($JWallpaper_Background_PC);