-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
108 lines (100 loc) · 3.75 KB
/
index.htm
File metadata and controls
108 lines (100 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<html>
<head>
<meta charset="utf-8"/>
<title>亿店测试版App下载</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="" name="description"/>
<meta content="" name="author"/>
<meta name="MobileOptimized" content="320">
<style type="text/css">
h3 {
font-size: 16px;
}
h1 {
font-size: 20px;
}
a {
display: block;
padding: 5px 5px;
}
</style>
</head>
<body>
<div class="exothecium">
<!--<h1>内网测试App下载</h1>-->
<!--<hr/>-->
<!--<!–IOS版–>-->
<!--<h3>iOS App 测试版:</h3>-->
<!--<div style="margin-left:20px;">-->
<div>
<div>
<span><a href="https://demo.188yd.com:90/download/openssl.crt" class="certificate" style="">安装 HTTPS 证书</a></span>
<span class="fontColor3" style="color:#ff5e21; font-size: 12px;"><i>第一次通过此页面安装 iOS app,必须点先击此链接安装https证书,请使用Safari浏览器</i></span>
</div>
<br/>
<div class="clearfix"></div>
</div>
<!--<div>-->
<!--<div>-->
<!--<a href="itms-services://?action=download-manifest&url=https%3A%2F%2F192.168.1.220%2Fdownload%2Fbuild%2Fseller.plist" class="step2_seller">-->
<!--<span style="text-decoration: underline;">安装商户端</span>-->
<!--</a>-->
<!--</div>-->
<!--<div>-->
<!--<a href="itms-services://?action=download-manifest&url=https://192.168.1.220/download/build/customer.plist" class="step3">-->
<!--<span style="text-decoration: underline;">安装用户端</span>-->
<!--</a>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<!–分割线–>-->
<!--<div class="halvingLine">-->
<!--</div>-->
<!--<h3>Android App 测试版:</h3>-->
<!--<!–安卓版–>-->
<!--<div style="margin-left:20px;">-->
<!--<div>-->
<!--<div style="margin-top: 20px;font-size: 14px;">-->
<!--<a href="Seller-release.apk">安装商户端</a>-->
<!--</div>-->
<!--<div class="install_customer">-->
<!--<a href="Customer-release.apk">安装用户端</a>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<br/>-->
<h1>Demo版下载</h1>
<hr/>
<!--IOS版-->
<h3>iOS App 测试版:</h3>
<div style="margin-left:20px;">
<div>
<div>
<a href="itms-services://?action=download-manifest&url=https%3A%2F%2Fdemo.188yd.com:90%2Fdownload%2Fbuild%2Fseller-demo.plist" class="step2_seller">
<span style="text-decoration: underline;">安装商户端</span>
</a>
</div>
<div>
<a href="itms-services://?action=download-manifest&url=https://github.com/SCLT/testDownload/blob/master/customer-demo.plist" class="step3">
<span style="text-decoration: underline;">安装用户端</span>
</a>
</div>
</div>
</div>
<!--分割线-->
<div class="halvingLine">
</div>
<h3>Android App 测试版:</h3>
<!--安卓版-->
<div style="margin-left:20px;">
<div>
<div style="margin-top: 20px;">
<a href="Seller-release-demo.apk">安装商户端</a>
</div>
<div class="install_customer">
<a href="Customer-release-demo.apk">安装用户端</a>
</div>
</div>
</div>
</html>