mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-06 21:53:56 +08:00
更新版本tag
This commit is contained in:
parent
24e6a23fd1
commit
e224d5f625
2 changed files with 19 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WP-China-Yes
|
||||
* Description: 这是一个颠覆性的插件,她将全面改善中国大陆站点在访问WP官方服务时的用户体验,其原理是将位于国外的官方仓库源替换为由社区志愿者维护的国内源,以此达到加速访问的目的。
|
||||
* Author: 孙锡源
|
||||
* Version: 2.0.0
|
||||
* Version: 2.1.0
|
||||
* Author URI:https://www.ibadboy.net/
|
||||
* License: GPLv3 or later
|
||||
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
@ -132,7 +132,7 @@ class WP_CHINA_YES {
|
|||
}
|
||||
|
||||
public static function settings() {
|
||||
$setting_page_url = plugins_url('settings.html', __FILE__);
|
||||
$setting_page_url = plugins_url('settings.html', __FILE__) . '?v=2.1.0';
|
||||
echo <<<EOT
|
||||
<div style="height: 20px"></div>
|
||||
<iframe src="$setting_page_url"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue