From ce07ca12e24a5f0576277c981f49a6df306b3059 Mon Sep 17 00:00:00 2001 From: projectdx Date: Sun, 8 May 2022 19:36:16 +0900 Subject: [PATCH] bug fix 1 --- plugin.py | 2 +- .../anime_downloader_ohli24_category.html | 1128 +++++++++-------- 2 files changed, 569 insertions(+), 561 deletions(-) diff --git a/plugin.py b/plugin.py index 6f6c288..e4e8113 100644 --- a/plugin.py +++ b/plugin.py @@ -39,7 +39,7 @@ class P(object): ["setting", "설정"], ["request", "요청"], ["queue", "큐"], - ["category", "분류"], + ["category", "검색"], ["list", "목록"], ], "linkkf": [ diff --git a/templates/anime_downloader_ohli24_category.html b/templates/anime_downloader_ohli24_category.html index 7d1351f..55fc43b 100644 --- a/templates/anime_downloader_ohli24_category.html +++ b/templates/anime_downloader_ohli24_category.html @@ -1,618 +1,626 @@ {% extends "base.html" %} {% block content %}
- - + +
-
- - - -
-
-
-
-
-
-
-
-
- Loading... +
+ + +
-
-
-
-
+
+
+
+
+
+
+
+
+ Loading... +
+
+
+
+
- + {% endblock %}