comic list & explore page

This commit is contained in:
nyne
2024-10-01 16:37:49 +08:00
parent fdb3901fd1
commit 16857185fc
15 changed files with 1232 additions and 102 deletions

View File

@@ -155,7 +155,7 @@ class _BodyState extends State<_Body> {
() {
var file = File(source.filePath);
file.delete();
ComicSource.all().remove(source);
ComicSource.remove(source.key);
_validatePages();
App.forceRebuild();
},