feat: add admin console and review workflow

This commit is contained in:
Codex
2026-06-14 21:13:23 +08:00
parent e83e742ff9
commit 5af80a456b
13 changed files with 1184 additions and 39 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
SHELL := /bin/bash
APP_PORT ?= 18080
DATA_FILES := ../data/classnotes.txt ../data/学生课时账户.md
DATA_FILES := ../data/classnotes.txt ../data/学生课时账户.md $(wildcard ../data/admin_tasks.json)
.PHONY: check smoke data-hash build up ps health deploy logs install-gitea-backup
check:
node --check app/static/app.js
node --check app/static/admin.js
python3 -m py_compile app/main.py app/data.py
smoke: