特性:增加不接管应用市场的选项

This commit is contained in:
sunxiyuan 2020-08-26 18:11:45 +08:00
parent 788d5fba6d
commit ef9a96618d
2 changed files with 4 additions and 1 deletions

View file

@ -72,6 +72,9 @@ function wpcy_field_wpapi_cb() {
<label>
<input type="radio" value="1" name="wpapi" <?php checked($wpapi, '1'); ?>>本土应用市场(技术试验)
</label>
<label>
<input type="radio" value="3" name="wpapi" <?php checked($wpapi, '3'); ?>>不接管应用市场
</label>
<p class="description">
<b>官方应用市场加速镜像</b>直接从官方反代并在大陆分发除了增加对WP-China-Yes插件的更新支持外未做任何更改
</p>