Squashed commit of the following:
commit c8126262de851ef2b9bfed5ca3b07b9dc927f203
Author: riomoo <alister@kamikishi.net>
Date: Tue Jan 6 01:58:02 2026 -0500
feat: planned additions
- Watch folder
- CBT support with AES-256-CFB encryption (script provided to make it
easier)
This commit is contained in:
parent
c06c716d23
commit
9752725855
12 changed files with 1427 additions and 189 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -769,14 +769,14 @@
|
|||
<div id="mainSection" class="hidden">
|
||||
<div id="message"></div>
|
||||
|
||||
<div class="upload-section">
|
||||
<h2 style="margin-bottom: 16px; color: #c9d1d9;">Upload Comic</h2>
|
||||
<div class="form-group">
|
||||
<label>Select File (CBZ)</label>
|
||||
<input type="file" id="fileUpload" accept=".cbz">
|
||||
</div>
|
||||
<button onclick="uploadComic()">Upload</button>
|
||||
</div>
|
||||
<div class="upload-section">
|
||||
<h2 style="margin-bottom: 16px; color: #c9d1d9;">Upload Comic</h2>
|
||||
<div class="form-group">
|
||||
<label>Select File (CBZ or CBT)</label>
|
||||
<input type="file" id="fileUpload" accept=".cbz,.cbt">
|
||||
</div>
|
||||
<button onclick="uploadComic()">Upload</button>
|
||||
</div>
|
||||
|
||||
<div class="filter-section">
|
||||
<h3 style="margin-bottom: 12px; color: #c9d1d9; font-size: 16px;">Filter by Tags</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue