forked from Thregren/SR_online_installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (83 loc) · 3.63 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="description" content="ingress Prime" />
<meta name="keywords" content="ingress" />
<title>福蓝在线安装系统</title>
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/my.css" />
</head>
<body>
<div class="wrap">
<div class="main">
<div class="topbread" style="margin-bottom: 20px;">
<div class="container">
<h1 class="text-center">福蓝在线安装系统</h1>
</div>
</div>
<div style="margin-top: 70px; margin-bottom: 20px;">
<div style="text-align:center;">
<div class="polaroid">
<div class="logo">
<img src="/assets/images/icon.jpg" class="img-circle" width="120" height="120" />
</div>
</div>
<div class="info" id="ul">
<p>Version: 2.61.3 / Size: 145.73 MB</p>
</div>
<div style="padding-top:20px;">
<div class="id" id="id" style="display: none;text-align: left;">
<div style="text-align:left;">
<p>正在安装中,请返回手机桌面查看进度。</p>
<p>首次进行安装请使用提供的账号登录。</p>
<p>安装完成后,请前往 App Store 退出登录账号。</p>
</div>
<table class="table table-bordered">
<tbody>
<tr>
<td>账号</td>
<td><span id="account"></span></td>
<td><a id="copy-id" data-clipboard-target="#account">复制</a></td>
</tr>
<tr>
<td>密码</td>
<td><span id="password"></td>
<td><a id="copy-pw" data-clipboard-target="#password">复制</a></td>
</tr>
</tbody>
</table>
<p><a id="refresh">刷新</a><p>
</div>
<span id="checkinfo">
<a href="itms-services://?action=download-manifest&url=https://xx.com/ipa.plist" class="btn btn-success btn-lg btn-circle" id="uaApp">在线安装</a>
<div class="uatip" id="uaTip">
<span class="uatip-icon"></span>
<p class="uatip-txt">点击右上角<br/>选择在Safari中打开</p>
</div>
</span>
</div>
</div>
<br/>
</div>
</div>
</div>
<div class="footer">
<div class="text-center">
© 2021 <a href="https://fjres.net/" style="color:#58c3f9" target="blank">福建抵抗军提供</a>
</div>
</div>
<script type="text/javascript" src="/assets/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/assets/js/clipboard.min.js"></script>
<script type="text/javascript" src="/assets/js/my.js"></script>
<script>
var username = "[email protected]";
var password = "xxx";
document.getElementById("account").innerHTML=username;
document.getElementById("password").innerHTML=password;
</script>
</body>
</html>