Update README
This commit is contained in:
parent
a974dc384e
commit
aaf79daa29
|
@ -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/>
|
主题使用说明见:<https://2heng.xin/theme-sakura/>
|
||||||
|
|
||||||
|
|
|
@ -546,7 +546,7 @@ function optionsframework_options() {
|
||||||
|
|
||||||
$options[] = array(
|
$options[] = array(
|
||||||
'name' => __('腾讯QQ', 'options_framework_theme'),
|
'name' => __('腾讯QQ', 'options_framework_theme'),
|
||||||
'desc' => __('QQ号码', 'options_framework_theme'),
|
'desc' => __('tencent://message/?uin={{QQ号码}},如tencent://message/?uin=123456', 'options_framework_theme'),
|
||||||
'id' => 'qq',
|
'id' => 'qq',
|
||||||
'std' => '',
|
'std' => '',
|
||||||
'type' => 'text');
|
'type' => 'text');
|
||||||
|
|
Loading…
Reference in New Issue