mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-07 14:35:20 +08:00
特性:增加不接管应用市场的选项
This commit is contained in:
parent
788d5fba6d
commit
ef9a96618d
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue