From aaf79daa29266d73f17ba84661deb8e44869f5ed Mon Sep 17 00:00:00 2001 From: Mashiro Date: Sun, 10 Jun 2018 02:29:26 +0800 Subject: [PATCH] Update README --- README.md | 2 +- options.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc7489c..35c1b8e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 两位前辈做得已经很棒了,或许我所做的只是把他们的代码弄得凌乱不堪吧 :) -注意:请在 [Releases](https://github.com/mashirozx/Sakura/releases) 页下载,解压后记得把文件夹名改回 `Sakura`,也即保证主题路径为 `/wp-content/themes/Sakura/`。 +注意:建议 `git clone` 下载;如果选择下载压缩包,解压后记得把文件夹名改回 `Sakura`,也即保证主题路径为 `/wp-content/themes/Sakura/`;请留意主题说明里的其他注意事项。 主题使用说明见: diff --git a/options.php b/options.php index a656d3d..bc9995d 100644 --- a/options.php +++ b/options.php @@ -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');