-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.html
62 lines (62 loc) · 2.66 KB
/
account.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>飞跃用户</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./layui/css/layui.css" media="all">
<link rel="stylesheet" href="./account/style.css" media="all">
<link rel="stylesheet" href="login/normalize.min.css">
<link rel="stylesheet" href="login/style.css">
<link rel="shortcut icon" href="image/MJLogo.png">
<script src="js/jquery.min.js" charset="UTF-8"></script>
</head>
<body>
<div style="text-align: center;">
<div>
<h1 id="user">
你好,飞跃用户
</h1>
<h2 id="vip">
VIP到期时间
</h2>
<h2 id="invitationCode">
您的邀请码:
</h2>
<div id="choosePay">
</div>
<button id="pay">
充值
</button>
<button id="logout">
退出登录
</button>
</div>
<br>
<button id="copy">
复制订阅链接
</button>
<button onclick="window.location='leap.html'">
返回
</button>
</div>
<div>
<h1 style="color: red;">使用前必看!!!</h1>
<h2>1.邀请奖励请下载客户端获取</h2>
<h2>2.订阅链接不会变,节点每天都会变,使用前一定要先更新订阅!</h2>
<h2>3.本意是针对IOS用户,IOS建议使用shadowrocket导入订阅,shadowrocket下载安装方法自行谷歌,其他平台请使用支持shadowsocksr的客户端</h2>
<h2>4.没有全部节点,只有高速节点的20个,全部为ssr协议,想使用全部节点请下载客户端</h2>
<h2>5.重置链接的功能还未开发,请注意保护您的订阅链接</h2>
<h2>有问题联系 [email protected]</h2>
</div>
<div id="footer" style="height: 100px; border-top: #e2e2e2 solid 1px; background: #f3f3f3; text-align: center;">
<h4 style="margin-top: 28px;">©2024 mjczy.top <a href="https://icp-faq.dnspod.cn/" target="_blank" rel="nofollow">未备号</a></h4>
<h4 style="margin-top: 28px;">法律声明:严禁用户使用MJ从事任何违法犯罪行为,产生的相关责任用户自负,对此MJ不承担任何法律责任。</h4>
</div>
<script src="js/utils.js"></script>
<script src="account/script.js"></script>
<script src="./layui/layui.js" charset="utf-8"></script>
</body>
</html>