v1.9.3
parent
86845d5802
commit
b612a740f2
|
|
@ -77,7 +77,7 @@
|
|||
<div class="am-form-group">
|
||||
<label>{{$data.common_app_weixin_liveplayer_ver.name}}</label>
|
||||
<div class="am-alert am-alert-warning">
|
||||
<p>1. 获取最新组件版本号,默认[ 1.2.4 ]</p>
|
||||
<p>1. 获取最新组件版本号,默认[ 1.2.5 ]</p>
|
||||
<p>2. 登录微信小程序平台,左侧导航[ 直播 ],申请直播权限后等待审核通过方可使用</p>
|
||||
<p>3. 点击左侧导航[ 小程序直播->接入说明 ],找到[ 使用方法说明->1. 【直播组件】如何引入 ],json 代码串[ plugins->live-player-plugin ]参数下的[ version ]的值填入</p>
|
||||
<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/live-player-plugin.html" target="_blank">去获取组件版本号 <i class="am-icon-external-link"></i></a>
|
||||
|
|
|
|||
|
|
@ -576,7 +576,7 @@ class AppMiniService
|
|||
if(is_array($data) && isset($data['plugins']))
|
||||
{
|
||||
$data['plugins']['live-player-plugin'] = [
|
||||
'version' => MyC('common_app_weixin_liveplayer_ver', '1.2.4', true),
|
||||
'version' => MyC('common_app_weixin_liveplayer_ver', '1.2.5', true),
|
||||
'provider' => 'wx2b03c6e691cd7370',
|
||||
];
|
||||
if(file_put_contents($file, JsonFormat($data)) === false)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ return [
|
|||
// 应用地址
|
||||
'app_host' => '',
|
||||
// 应用调试模式
|
||||
'app_debug' => true,
|
||||
'app_debug' => false,
|
||||
// 应用Trace
|
||||
'app_trace' => false,
|
||||
// 是否支持多模块
|
||||
|
|
|
|||
Loading…
Reference in New Issue