加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
chai_ios_index.html 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
呆呆大熊 提交于 2020-06-20 20:23 . 新增产生ipa图片二维码文件
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="qrcodejs/jquery.min.js"></script>
<script type="text/javascript" src="qrcodejs/qrcode.js"></script>
</head>
<body>
<p class="title top-space" style="font-size: 50; text-align: center;">C嗨 iOS</p>
<div style="text-align: center;" >
<div id="qrcode" style="display: inline-block;"></div>
</div>
<p class="download_content top-space" style="text-align: center;">
<a class="download_btn" style="font-size: 45; text-align: center;" href="itms-services://?action=download-manifest&url=https://gitlab.com/daxiongtu/antlr4/-/raw/master/TestIPA/manifest.plist">Download</a>
</p>
<script type="text/javascript">
var url = "http://192.168.1.82:8080/ipaWarehouse/chai_ios_index.html"
var qrcode = new QRCode(document.getElementById("qrcode"), {
width : 200,
height : 200
});
qrcode.makeCode(url);
</script>
</body>
</html>
<!--打包时填入 https://gitlab.com/daxiongtu/antlr4/-/raw/master/TestIPA -->
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化