diff options
| author | Fuwn <[email protected]> | 2023-07-25 01:42:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-25 01:42:09 -0700 |
| commit | 82f179fc0d92c8ffbe7357e2832e1d17e72e1ade (patch) | |
| tree | e36b352a9b1dfdedc72cf0bba535adce5d916f93 | |
| parent | feat(html): add load info (diff) | |
| download | old.due.moe-82f179fc0d92c8ffbe7357e2832e1d17e72e1ade.tar.xz old.due.moe-82f179fc0d92c8ffbe7357e2832e1d17e72e1ade.zip | |
feat(html): close manga by default
| -rw-r--r-- | src/due/routes/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/routes/index.py b/src/due/routes/index.py index b4423be..3e3c746 100644 --- a/src/due/routes/index.py +++ b/src/due/routes/index.py @@ -60,7 +60,7 @@ def home(): <p></p> - <details open> + <details closed> <summary>Manga [{manga_length}] <small style="opacity: 50%">{round(manga_time, 2)}ms</small></summary> {manga_html} </details> |