v5.0
parent
c3211dea12
commit
6ceed10a68
|
|
@ -492,7 +492,7 @@
|
|||
"4u64dg": "Live streaming status",
|
||||
"y2639j": "Start time",
|
||||
"fa8h7j": "poster",
|
||||
"eg25j9": "Enter live streaming",
|
||||
"eg25j9": "Enter live",
|
||||
"86g7e1": "No WeChat app installed",
|
||||
"9d3o6w": "Please open it in the WeChat mini program",
|
||||
"6xvl35": "Generating"
|
||||
|
|
|
|||
|
|
@ -177,15 +177,15 @@
|
|||
},
|
||||
"__usePrivacyCheck__" : true,
|
||||
"plugins" : {
|
||||
// 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370)
|
||||
// "live-player-plugin" : {
|
||||
// "version" : "1.3.5",
|
||||
// "provider" : "wx2b03c6e691cd7370"
|
||||
// },
|
||||
// 腾讯地图路线规划插件(需要到小程序后台设置->第三方设置->插件管理里面添加【腾讯位置服务路线规划】插件,教程 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx50b5593e81dd937a)
|
||||
// "routePlan" : {
|
||||
// "version" : "1.0.19",
|
||||
// "provider" : "wx50b5593e81dd937a"
|
||||
// },
|
||||
// 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370)
|
||||
// "live-player-plugin" : {
|
||||
// "version" : "1.3.5",
|
||||
// "provider" : "wx2b03c6e691cd7370"
|
||||
// }
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -3,14 +3,14 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>static/images/common/favicon.ico" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="https://d1.shopxo.vip/favicon.ico" />
|
||||
<title>
|
||||
<%= htmlWebpackPlugin.options.title %>
|
||||
</title>
|
||||
<meta name="keywords" content="商城系统,开源电商系统,免费电商系统,PHP电商系统,商城系统,B2C电商系统,B2B2C电商系统" />
|
||||
<meta name="description" content="ShopXO是国内领先的商城系统提供商,为企业提供php商城系统、微信商城、小程序。" />
|
||||
<script src="./static/sp-edit/quill.min.js"></script>
|
||||
<script src="./static/sp-edit/image-resize.min.js"></script>
|
||||
<script src="https://d1.shopxo.vip/static/common/app/sp-edit/quill.min.js"></script>
|
||||
<script src="https://d1.shopxo.vip/static/common/app/sp-edit/image-resize.min.js"></script>
|
||||
<script>
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||
|
|
|
|||
Loading…
Reference in New Issue