Web page style added

This commit is contained in:
2026-05-16 22:19:07 +08:00
parent 95f35f96bc
commit cd4f25a421
19 changed files with 1396 additions and 389 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import os
from werkzeug.security import generate_password_hash
# Save the database in the backend folder
DB_FILE = os.path.join(os.path.dirname(__file__), "mxpic_data.db")
DB_FILE = os.path.join(os.path.dirname(__file__), "..\\database\\mxpic_data.db")
def init_db():
conn = sqlite3.connect(DB_FILE)