You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
spacing format
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -8,6 +9,7 @@
|
|||||||
<link rel="stylesheet" href="/styles.css" type="text/css">
|
<link rel="stylesheet" href="/styles.css" type="text/css">
|
||||||
<script type="module" crossorigin src="/index.js"></script>
|
<script type="module" crossorigin src="/index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<div id="title">Tricky Addon - Update Target List</div>
|
<div id="title">Tricky Addon - Update Target List</div>
|
||||||
@@ -39,9 +41,16 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>Deselect Unnecessary
|
<li>Deselect Unnecessary
|
||||||
<ul>
|
<ul>
|
||||||
<li>Unnecessary category: Xposed module, root manager, root-related apps, and general apps that never check bootloader status.</li>
|
<li>Unnecessary category: Xposed module, root manager, root-related apps, and general apps
|
||||||
|
that never check bootloader status.</li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Contribute to <a href="https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/more-excldue.json" target="_blank">unnecessary app list</a>? Create an <a href="https://github.com/KOWX712/Tricky-Addon-Update-Target-List/issues" target="_blank">issue</a> or <a href="https://github.com/KOWX712/Tricky-Addon-Update-Target-List/pulls" target="_blank">pull request</a>.</li>
|
<li>Contribute to <a
|
||||||
|
href="https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/more-excldue.json"
|
||||||
|
target="_blank">unnecessary app list</a>? Create an <a
|
||||||
|
href="https://github.com/KOWX712/Tricky-Addon-Update-Target-List/issues"
|
||||||
|
target="_blank">issue</a> or <a
|
||||||
|
href="https://github.com/KOWX712/Tricky-Addon-Update-Target-List/pulls"
|
||||||
|
target="_blank">pull request</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><br></li>
|
<li><br></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -87,4 +96,5 @@
|
|||||||
<div class="acknowledgment">Credit to j-hc/zygisk-detach WebUI</div>
|
<div class="acknowledgment">Credit to j-hc/zygisk-detach WebUI</div>
|
||||||
<div id="prompt" class="prompt"></div>
|
<div id="prompt" class="prompt"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -291,9 +291,11 @@ body {
|
|||||||
0% {
|
0% {
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
50% {
|
50% {
|
||||||
transform: translateY(-80%);
|
transform: translateY(-80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: translateY(-60%);
|
transform: translateY(-60%);
|
||||||
}
|
}
|
||||||
@@ -303,9 +305,11 @@ body {
|
|||||||
0% {
|
0% {
|
||||||
transform: translateY(-60%);
|
transform: translateY(-60%);
|
||||||
}
|
}
|
||||||
|
|
||||||
50% {
|
50% {
|
||||||
transform: translateY(-80%);
|
transform: translateY(-80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
}
|
}
|
||||||
@@ -379,7 +383,7 @@ body {
|
|||||||
border: 1px solid #6E6E6E;
|
border: 1px solid #6E6E6E;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-input{
|
.search-input {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user