From 11a933a4f6385cd5de299e2f39b46b78b23d5b69 Mon Sep 17 00:00:00 2001 From: projectdx Date: Mon, 24 Oct 2022 00:18:12 +0900 Subject: [PATCH] anilife update 2022.10.23(01.) --- logic_anilife.py | 2 +- .../anime_downloader_anilife_category.html | 8 +++++ templates/anime_downloader_anilife_list.html | 30 ++++++++++++++++++- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/logic_anilife.py b/logic_anilife.py index 00ef460..5f53839 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -451,7 +451,7 @@ class LogicAniLife(LogicModuleBase): "--no-first-run", "--no-zygote", # "--single-process", - # "--disable-gpu", + "--disable-gpu", "--use-gl=egl", "--disable-blink-features=AutomationControlled", "--disable-background-networking", diff --git a/templates/anime_downloader_anilife_category.html b/templates/anime_downloader_anilife_category.html index 9bb3b14..17335b1 100644 --- a/templates/anime_downloader_anilife_category.html +++ b/templates/anime_downloader_anilife_category.html @@ -652,5 +652,13 @@ button.btn-favorite { background-color: #e0ff42; } + + body { + font-family: NanumSquareNeo, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + } + + body { + background-image: linear-gradient(90deg, #233f48, #6c6fa2, #768dae); + } {% endblock %} diff --git a/templates/anime_downloader_anilife_list.html b/templates/anime_downloader_anilife_list.html index 797a6c1..6414ac7 100644 --- a/templates/anime_downloader_anilife_list.html +++ b/templates/anime_downloader_anilife_list.html @@ -140,5 +140,33 @@ function make_list(data) { - + + {% endblock %} \ No newline at end of file