diff --git a/Service/Setting.php b/Service/Setting.php index f85de8c..7984f60 100644 --- a/Service/Setting.php +++ b/Service/Setting.php @@ -308,7 +308,7 @@ class Setting { 'type' => 'text', 'title' => '品牌白标', 'subtitle' => '自定义插件显示品牌名', - 'desc' => __( '专为 WordPress 建站服务商和代理机构提供的自定义品牌 OEM 功能,输入您的品牌词启用后生效', + 'desc' => __( '专为 WordPress 建站服务商和代理机构提供的自定义品牌 OEM 功能,输入您的品牌词启用后生效', 'wp-china-yes' ), 'default' => "WP-China-Yes", ], @@ -377,6 +377,7 @@ HTML, 'type' => 'content', 'content' => << 孙锡源 | 耗子 | Yulinn | @@ -388,6 +389,7 @@ HTML, 诗语 | 莫蒂奇 | 薇晓朵 + HTML, ] ], diff --git a/assets/css/setting.css b/assets/css/setting.css index 96cb79c..a9ebcba 100644 --- a/assets/css/setting.css +++ b/assets/css/setting.css @@ -7,10 +7,21 @@ .sponsor-logos img { flex-basis: calc(20% - 10px); max-width: 85px; - margin: 5px; + margin: 14px; height: auto; } +.contributors-name { + margin-top: 0; + margin-bottom: 0; + padding: 12px; + color: #dcdcde; +} + +.contributors-name a{ + line-height: 2; + padding: 0.5em; +} .wp_china_yes-content a { color: #3858e9; text-decoration: none;