209 Star 2.7K Fork 327

纵之格 / ShopXO开源商城uniapp端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
template.h5.html 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
ShopXO免费开源商城 提交于 2024-01-19 20:06 . v5.0
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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="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' : '') + '" />')
</script>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>
JavaScript
1
https://gitee.com/zongzhige/shopxo-uniapp.git
git@gitee.com:zongzhige/shopxo-uniapp.git
zongzhige
shopxo-uniapp
ShopXO开源商城uniapp端
master

搜索帮助