forked from qinlili23333/ctfileGet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
98 lines (85 loc) · 2.77 KB
/
about.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
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>城通网盘解析器-关于</title>
<style>
::-webkit-scrollbar {
height: 12px;
width: 8px;
background: transparent;
z-index: 12;
overflow: visible;
}
::-webkit-scrollbar-thumb {
width: 10px;
background-color: #FADCBB;
z-index: 12;
border: 3px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
transition: background-color .32s ease-in-out;
margin: 4px;
min-height: 32px;
min-width: 32px;
}
::-webkit-scrollbar-thumb:hover {
background: #FADCBB;
}
::-webkit-scrollbar-corner {
background: #202020;
}
a {
color: darkblue;
text-decoration: none !important;
}
li {
user-select: all !important;
}
* {
scrollbar-width: thin;
scrollbar-color: #FADCBB transparent;
box-sizing: border-box;
margin: 0;
padding: 0;
}
button {
font-size: 1.3em;
padding: 3px;
border: 1px solid #999 !important;
background-color: white;
border-radius: 4px !important;
transition: background-color 0.25s ease-in-out;
margin: 3px;
min-width: 60%;
}
button:hover {
background-color: #ccc;
}
button:active {
background-color: #999;
}
</style>
</head>
<body style="text-align: center">
<div id="settings" style="height:100vh;overflow-y:scroll;">
<img alt="城通网盘" src="./icon.webp" style="margin-top:10vh;width:25vw;max-width:160px;border-radius: 20px ;">
<H2>城通网盘解析器</H2>
<H4 id="update" style="padding:10px;">版本:Asaki(V2) 2.3.0</H4>
<H5>程序:<a href="https://qinlili.bid" target="_blank">琴梨梨</a></H5>
<br>
<button onclick="window.parent.postMessage('old', '*');">
返回经典版</button>
<br>
<button onclick="window.open('https://github.com/qinlili23333/ctfileGet', '_blank');">
查看源码</button>
<br>
<p><a href="javascript:window.parent.postMessage('privacy', '*')">隐私协议</a></p>
<br>
<p><a href="https://icp.gov.moe/?keyword=20225033" target="_blank">萌ICP备20225033号</a></p>
<br>
<br>
</div>
</body>
</html>