spacing format

This commit is contained in:
KOWX712
2024-11-10 01:22:32 +08:00
parent 47e383bf69
commit 584ad2f2df
4 changed files with 24 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -8,6 +9,7 @@
<link rel="stylesheet" href="/styles.css" type="text/css">
<script type="module" crossorigin src="/index.js"></script>
</head>
<body>
<div class="title-container">
<div id="title">Tricky Addon - Update Target List</div>
@@ -39,9 +41,16 @@
</li>
<li>Deselect Unnecessary
<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>
<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>
<li><br></li>
</ul>
@@ -87,4 +96,5 @@
<div class="acknowledgment">Credit to j-hc/zygisk-detach WebUI</div>
<div id="prompt" class="prompt"></div>
</body>
</html>

View File

@@ -312,9 +312,9 @@ document.addEventListener('DOMContentLoaded', async () => {
document.getElementById("refresh").addEventListener("click", refreshAppList);
document.getElementById("select-all").addEventListener("click", selectAllApps);
document.getElementById("deselect-all").addEventListener("click", deselectAllApps);
document.getElementById("deselect-xposed").addEventListener("click", deselectXposedApps);
document.getElementById("deselect-xposed").addEventListener("click", deselectXposedApps);
await runXposedScript();
await fetchAppList();
await fetchAppList();
loadingIndicator.style.display = "none";
});

View File

@@ -291,9 +291,11 @@ body {
0% {
transform: translateY(100%);
}
50% {
transform: translateY(-80%);
}
100% {
transform: translateY(-60%);
}
@@ -303,9 +305,11 @@ body {
0% {
transform: translateY(-60%);
}
50% {
transform: translateY(-80%);
}
100% {
transform: translateY(100%);
}
@@ -359,15 +363,15 @@ body {
background-color: #121212;
color: #eee;
}
.title-container {
background-color: #121212;
}
.help-button {
color: #fff;
}
.help-menu,
.card,
.search-input,
@@ -379,10 +383,10 @@ body {
border: 1px solid #6E6E6E;
}
.search-input{
.search-input {
color: white;
}
.menu-options,
#menu-button {
background-color: #343434;

View File

@@ -3,4 +3,4 @@
"version": "v2.1",
"zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.1/TrickyAddonModule-v2.1.zip",
"changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/refs/heads/master/changelog.md"
}
}