Add new file
0 parents
Showing
1 changed file
with
54 additions
and
0 deletions
122901release.html
0 → 100644
1 | <!DOCTYPE html> | ||
2 | <html lang="zh"> | ||
3 | <head> | ||
4 | <meta charset="UTF-8"> | ||
5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
6 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
7 | <title>百年智能双录</title> | ||
8 | </head> | ||
9 | <body> | ||
10 | <style> | ||
11 | .st-setup { | ||
12 | text-align: center; | ||
13 | } | ||
14 | .st-title { | ||
15 | font-size: 30px; | ||
16 | } | ||
17 | button { | ||
18 | display: inline-block; | ||
19 | line-height: 1; | ||
20 | white-space: nowrap; | ||
21 | cursor: pointer; | ||
22 | background: #3f51b5; | ||
23 | border: 1px solid #dcdfe6; | ||
24 | color: #fff; | ||
25 | -webkit-appearance: none; | ||
26 | text-align: center; | ||
27 | box-sizing: border-box; | ||
28 | outline: none; | ||
29 | margin: 0; | ||
30 | transition: .1s; | ||
31 | -moz-user-select: none; | ||
32 | -webkit-user-select: none; | ||
33 | -ms-user-select: none; | ||
34 | padding: 12px 20px; | ||
35 | font-size: 14px; | ||
36 | border-radius: 4px; | ||
37 | } | ||
38 | button:focus, button:hover { | ||
39 | background: #3f51b5; | ||
40 | border-color: #3f51b5; | ||
41 | color: #fff; | ||
42 | } | ||
43 | </style> | ||
44 | <div class="st-setup"> | ||
45 | <p class="st-title">百年智能双录</p> | ||
46 | <button onclick="setup()">点击安装</button> | ||
47 | </div> | ||
48 | <script> | ||
49 | function setup() { | ||
50 | window.location.href = "itms-services://?action=download-manifest&url=https://pan.situdata.com/f/2f27075d74ab44e28a64/?dl=1" | ||
51 | } | ||
52 | </script> | ||
53 | </body> | ||
54 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment