Update README

pull/22/head v3.0.32a
Mashiro 2018-06-10 02:29:26 +08:00
parent a974dc384e
commit aaf79daa29
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
两位前辈做得已经很棒了,或许我所做的只是把他们的代码弄得凌乱不堪吧 :)
注意:请在 [Releases](https://github.com/mashirozx/Sakura/releases) 页下载,解压后记得把文件夹名改回 `Sakura`,也即保证主题路径为 `/wp-content/themes/Sakura/`
注意:建议 `git clone` 下载;如果选择下载压缩包,解压后记得把文件夹名改回 `Sakura`,也即保证主题路径为 `/wp-content/themes/Sakura/`;请留意主题说明里的其他注意事项
主题使用说明见:<https://2heng.xin/theme-sakura/>

View File

@ -546,7 +546,7 @@ function optionsframework_options() {
$options[] = array(
'name' => __('腾讯QQ', 'options_framework_theme'),
'desc' => __('QQ号码', 'options_framework_theme'),
'desc' => __('tencent://message/?uin={{QQ号码}}如tencent://message/?uin=123456', 'options_framework_theme'),
'id' => 'qq',
'std' => '',
'type' => 'text');