From 1c244788396f7021241cff90530ff0178279576a Mon Sep 17 00:00:00 2001 From: jianbo <20397795@qq.com> Date: Wed, 3 Feb 2021 21:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8F=92=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/settings/wp-wechat-admin.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/settings/wp-wechat-admin.php b/includes/settings/wp-wechat-admin.php index c208024..6f920fd 100644 --- a/includes/settings/wp-wechat-admin.php +++ b/includes/settings/wp-wechat-admin.php @@ -82,7 +82,7 @@ function minapper_admin_menu() 'after' => '跳转小程序时需填写。
跳转本小程序的页面路径请以"/pages"开头。
跳转其他小程序的页面路径一般以"pages"开头。 -
跳转直播间"__plugin__/wx2b03c6e691cd7370/pages/live-player-plugin?room_id=11"开头。room_id换成直播间的房间号', // optional +
跳转直播间"plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=11"开头。room_id换成直播间的房间号', // optional 'attributes' => array( 'data-title' => 'title', 'placeholder' => '请输入小程序页面路径' @@ -155,10 +155,7 @@ function minapper_admin_menu() 'id' => 'appid', 'type' => 'text', 'title' => 'appid', - 'after' => '跳转小程序时需填写。 -
跳转本小程序的页面路径请以"/pages"开头。 -
跳转其他小程序的页面路径一般以"pages"开头。 -
跳转直播间"__plugin__/wx2b03c6e691cd7370/pages/live-player-plugin?room_id=11"开头。room_id换成直播间的房间号', // optional + 'after' => '跳转小程序时需填写', // optional 'attributes' => array( 'data-title' => 'title', 'placeholder' => '请输入小程序appid' @@ -176,7 +173,10 @@ function minapper_admin_menu() 'after' => '跳转小程序时需填写', // optional 'attributes' => array( 'data-title' => 'title', - 'placeholder' => '请输入小程序页面路径' + 'placeholder' => '请输入小程序页面路径。 +
跳转本小程序的页面路径请以"/pages"开头。 +
跳转其他小程序的页面路径一般以"pages"开头。 +
跳转直播间路径为"plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=11"。room_id换成直播间的房间号' ) ), -- GitLab