学生端选课进课闭环

This commit is contained in:
CakeCN
2025-09-06 21:27:28 +08:00
parent a0d154b434
commit 6883a999e9
24 changed files with 634 additions and 217 deletions

View File

@@ -20,7 +20,7 @@ class Config:
SOCKETIO_PING_TIMEOUT = 60
SOCKETIO_PING_INTERVAL = 5
MARKDOWN_DIR = os.path.join(BASE_DIR, "books", "markdown")
STATIC_DIR = os.path.join(BASE_DIR, "static")
STATIC_DIR = os.path.join(BASE_DIR, "apps", "static")
IMAGE_DIR = "image"
# 你的学生工作区根目录(如无就放到项目 data 目录)