mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-16 04:09:41 +08:00
修复bug 和 添加book详细页
This commit is contained in:
@@ -16,7 +16,9 @@ def init():
|
||||
CREATE TABLE IF NOT EXISTS Metadata (
|
||||
num INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
id TEXT NOT NULL,
|
||||
filename TEXT NOT NULL
|
||||
filename TEXT NOT NULL,
|
||||
pagenumber INT NOT NULL,
|
||||
inputtime INT NOT NULL
|
||||
);
|
||||
"""
|
||||
)
|
||||
|
Reference in New Issue
Block a user