From 09d2972609b419b97de8e417bf227247fb956edf Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Thu, 5 Mar 2020 00:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0WP=E5=AE=98=E6=96=B9=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=95=86=E5=9C=BA=E7=9A=84=E6=8F=8F=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- readme.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 readme.txt diff --git a/index.php b/index.php index 30642b8..00844e5 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: WP-China-Yes Description: 此插件将全面替换WP访问官方服务的链接为高速稳定的中国大陆节点,以此加快站点更新版本、安装升级插件主题的速度,并彻底解决429报错问题。 Author: 孙锡源 -Version: 1.0.0 +Version: 1.0.1 Author URI:https://www.ibadboy.net/ */ diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..4f6da8a --- /dev/null +++ b/readme.txt @@ -0,0 +1,27 @@ +=== WP-China-Yes === +Contributors: sunxiyuan +Donate link: https://www.ibadboy.net/archives/3204.html +Tags: China Super, 429, WP China Yes, wp-china-yes, WP-China-Yes +Requires at least: 5.1 +Tested up to: 5.4.0 +Requires PHP: 7.2 +Stable tag: 1.0.1 +License: GPLv3 or later +License URI: http://www.gnu.org/licenses/gpl-3.0.html + +WP-China-Yes将接管WP站点访问官方服务时的一切流量,包括但不限于:插件主题的安装、商城图片的展示、作者的头像、主题的预览等……从而全面加快WP站点后台的访问速度,并解决429报错问题 + +== Description == + +WP-China-Yes将接管WP站点访问官方服务时的一切流量,包括但不限于:插件主题的安装、商城图片的展示、作者的头像、主题的预览等……从而全面加快WP站点后台的访问速度,并解决429报错问题 + +== Frequently Asked Questions == + += 速度为什么这么慢 = + +加速节点使用CDN缓存数据,对于访问人数较少的冷门资源访问速度会慢很多。若遇到访问超时的情况请等10分钟再试,这段时间CDN会自动去WordPress官方服务器拉取资源供使用。 + +== Changelog == + += 1.0.1 = +* 基本功能完成 \ No newline at end of file