提交 14fe843a 编写于 作者: ijianbo's avatar ijianbo

增加半屏打开小程序的功能

上级 a1ea0ae4
......@@ -6,7 +6,7 @@ global $pagenow;
if (is_admin() && ( $pagenow == 'post-new.php' || $pagenow == 'post.php' ) && wp_script_is('quicktags')) {
?>
<script type="text/javascript">
QTags.addButton( 'linkPlusCode', 'Link+', '<a href="" appid="" path="" redirectype="">','</a>' );
QTags.addButton( 'linkPlusCode', 'Link+', '<a href="" appid="" path="" redirectype="" jumptype="">','</a>' );
</script>
<?php
}
......
......@@ -59,7 +59,19 @@ function minapper_admin_menu()
'default' => 'apppage', // optional
'class' => 'chosen', // optional
),
),
array(
'id' => 'jumptype',
'type' => 'select',
'title' => '跳转方式',
'after' => '跳转其他小程序时需选择',
'options' => array(
'redirect' => '切换跳转',
'embedded' => '半屏跳转'
),
'default' => 'redirect', // optional
'class' => 'chosen',
),
array(
'id' => 'appid',
'type' => 'text',
......@@ -156,7 +168,19 @@ function minapper_admin_menu()
'default' => 'apppage', // optional
'class' => 'chosen', // optional
),
),
array(
'id' => 'jumptype',
'type' => 'select',
'title' => '跳转方式',
'after' => '跳转其他小程序时需选择',
'options' => array(
'redirect' => '切换跳转',
'embedded' => '半屏跳转'
),
'default' => 'redirect', // optional
'class' => 'chosen',
),
array(
'id' => 'appid',
'type' => 'text',
......
......@@ -3,7 +3,7 @@
Plugin Name: REST API TO MiniProgram 微慕小程序
Plugin URI: https://www.minapper.com
Description: 为微慕小程序提供定制化WordPress REST API json 输出
Version: 4.5.0
Version: 4.5.1
Author: jianbo
Author URI: https://www.minapper.com
License: GPL v3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册