From fa16cd179497f9161bff057c08ef1b4275f391b8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Aug 2019 04:40:37 +0000 Subject: [PATCH] modify options description --- options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.php b/options.php index e0a2db4..7d51f10 100644 --- a/options.php +++ b/options.php @@ -156,7 +156,7 @@ function optionsframework_options() { $options[] = array( 'name' => __('切换网页背景', 'options_framework_theme'), - 'desc' => __('前台切换网页背景,共8个url,使用空格分隔,顺序对应前台切换主题按钮位置(按钮顺序从左至右,从上至下),如不需要背景则填写对应位置为none。注意:如果主题是从3.2.3及以下更新过来的,请务必在这里修改【版本控制】参数为任意新值! + 'desc' => __('前台切换网页背景,共8个url,使用空格分隔,顺序对应前台切换主题按钮位置(按钮顺序从左至右,从上至下),如不需要背景则填写对应位置为none。注意:如果主题是从v3.2.3及以下更新过来的,请务必将本配置页的【其他】标签下的【版本控制】参数修改为任意新值! ', 'options_framework_theme'), 'id' => 'sakura_skin_bg', 'std' => 'none https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/sakura.png https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/plaid2dbf8.jpg https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/star02.png https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/kyotoanimation.png https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/dot_orange.gif https://api.mashiro.top/bing/ https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.2/other-sites/api-index/images/me.png', @@ -874,7 +874,7 @@ function optionsframework_options() { $options[] = array( 'name' => __('图片库 CDN', 'options_framework_theme'), - 'desc' => __('注意:填写格式为 http://你的CDN域名/20xx/xx/xx.png。
也就是说,原路径为 http://your.domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域名/2018/05/xx.png 加载', 'options_framework_theme'), + 'desc' => __('注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://your.domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域名/2018/05/xx.png 加载', 'options_framework_theme'), 'id' => 'qiniu_cdn', 'std' => '', 'type' => 'text');