-
Notifications
You must be signed in to change notification settings - Fork 2
/
description.html
80 lines (80 loc) · 4.22 KB
/
description.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>小卒的自用插件备份源</title>
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<noscript>
<link rel="stylesheet" href="css/ios7.min.css?_=f" type="text/css" />
</noscript>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
</head>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/description.js?_=f"></script>
<body onload="loadPackageInfo();loadPackages();">
<main id="content">
<span id="showAddRepo_" hidden>
<h2 role="header">小卒的自用插件备份源:所有插件均在iOS13.5实测可用,插件来自各类源,本人比较懒,没有做DEB插件信息修改,会导致插件劫持,建议安装完需要的插件,删除该源,备份好源地址,需要时候现用现添加。</h2>
<ul>
<li class="has-icon">
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://chaoticjoy.github.io/repo/" role="button">
<img style = "border-radius: 20%;" href="images/cydia7.png" alt="" srcset="images/cydia7.png 2x, images/cydia7.png 3x" class="icon"/>
<label>添加到 Cydia</label>
</a>
</li>
</ul>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://chaoticjoy.github.io/repo/</p>
</span>
<noscript>
<h2></h2><ul style="background:#ff0000"><center><li><p>Error JavaScript Disabled.</p></li></center></ul>
</noscript>
<span id="tweakStatusInfo"><h2></h2><ul style="background:#c6e8ff"><center><li><p id="errorInfo">Loading Description...</p></li></center></ul></span>
<span id="desc_short_" hidden><h2 id="name" hidden></h2><ul style="background:#c6e8ff"><center><li><p id="desc_short"></p></li></center></ul></span>
<span id="compatitle_" hidden>
<ul style="background:#00ff24"><center><li><p><i>Compatible with <span id="compatitle"></span></i></p></li></center></ul>
<p style="text-align:center;font-size:10px;" role="footer" id="neo" class="cur_ios"></p>
</span>
<span id="warning_" hidden><ul style="background:#ffff80"><center><li><p><span id="warning"></span></p></li></center></ul></span>
<span id="desc_long_" hidden><h2>Description</h2><ul><li><p id="desc_long"></p></li></ul></span>
<span id="screenshot_" hidden><h2>Screenshot's</h2><ul><li><p id="screenshot"></p></li></ul></span>
<span id="is_open_source_" hidden><h2 id="name" hidden></h2><ul style="background:#c6e8ff"><center><li><p>This Package Is Open Source</p></li></center></ul></span>
<span id="changelog_" hidden><h2>Changelog</h2><ul><li><p id="changelog"></p></li></ul></span>
<span id="pkg_" hidden><h2 role="header">Package Info</h2><ul>
<li><p>Name<span class="value" id="pkg_name">-</span></p></li>
<li><p>Identifier<span class="value" id="pkg_id">-</span></p></li>
<li><p>Section<span class="value" id="pkg_section">-</span></p></li>
<li><p>Version<span class="value" id="pkg_version">-</span></p></li>
<li><p>Size<span class="value" id="pkg_size">-</span></p></li>
<li><p>Updated<span class="value" id="pkg_time">-</span></p></li>
</ul>
</span>
<h2 role="header">联系作者</h2>
<ul>
<li class="has-icon">
<a href="https://weibo.com/xiaozu" target="_blank" role="button">
<img style = "border-radius: 20%;" href="./images/weibo.png" alt="" srcset="./images/weibo.png 2x, ./images/weibo.png 3x" class="icon"/>
<label>@小卒</label>
</a>
</li>
<li class="has-icon">
<a href="https://twitter.com/chaoticjoy" target="_blank" role="button">
<img style = "border-radius: 20%;" href="images/twitter.png" alt="" srcset="images/twitter.png 2x, images/twitter.png 3x" class="icon"/>
<label>@chaoticjoy</label>
</a>
</li>
</ul>
<span id="updates_" hidden><h2 role="header">Last Updates</h2><ul id="updates"></ul></span>
<span id="browser_" hidden><h2 role="header">Browse Packages</h2><ul id="browser"></ul></span>
<h2 role="header">主题</h2>
<ul>
<li>
<a onclick="toogleTheme();" role="button">
<p>切换主题</p>
</a>
</li>
</ul>
</main>
<p style="text-align: center; font-size: 85%; margin-top: 10px;" role="footer" id="neo">小卒过河就是車 © 2020</p>
</body>
</html>