From 584ad2f2df92296d95cb971d5dbe5da059b15680 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sun, 10 Nov 2024 01:22:32 +0800 Subject: [PATCH] spacing format --- module/webroot/index.html | 14 ++++++++++++-- module/webroot/index.js | 4 ++-- module/webroot/styles.css | 14 +++++++++----- update.json | 2 +- 4 files changed, 24 insertions(+), 10 deletions(-) diff --git a/module/webroot/index.html b/module/webroot/index.html index 595c382..4cb9b84 100644 --- a/module/webroot/index.html +++ b/module/webroot/index.html @@ -1,5 +1,6 @@ + @@ -8,6 +9,7 @@ +
Tricky Addon - Update Target List
@@ -39,9 +41,16 @@
  • Deselect Unnecessary
      -
    • Unnecessary category: Xposed module, root manager, root-related apps, and general apps that never check bootloader status.
    • +
    • Unnecessary category: Xposed module, root manager, root-related apps, and general apps + that never check bootloader status.

    @@ -87,4 +96,5 @@
    Credit to j-hc/zygisk-detach WebUI
    + \ No newline at end of file diff --git a/module/webroot/index.js b/module/webroot/index.js index 716b3d9..35bf4c9 100644 --- a/module/webroot/index.js +++ b/module/webroot/index.js @@ -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"; }); diff --git a/module/webroot/styles.css b/module/webroot/styles.css index 7d14546..e56ddd0 100644 --- a/module/webroot/styles.css +++ b/module/webroot/styles.css @@ -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; diff --git a/update.json b/update.json index c8ab854..91d9a76 100755 --- a/update.json +++ b/update.json @@ -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" -} +} \ No newline at end of file