master
gongfuxiang 2024-01-19 20:06:38 +08:00
parent c3211dea12
commit 6ceed10a68
6 changed files with 9 additions and 18 deletions

View File

@ -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"

View File

@ -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

View File

@ -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' : '') + '" />')