This commit is contained in:
2025-07-18 12:14:29 +08:00
parent 519dfaeb13
commit 18a07dd5b3
9 changed files with 43 additions and 15 deletions

View File

@@ -18,4 +18,11 @@ CONFIG_FILE_PATH = $(PWD)/ignore/secret.yaml
# 如果运行,使用的成员信息文件在哪里?
CSV_PATH = $(PWD)/ignore/aa.csv
# 运行端口
LISTEN_PORT = 25005
# 模板文件的目录
TEMPLATE_DIR = $(PWD)/src/templates
# 前端文件的目录
FRONTEND_PATH = $(PWD)/src/FrontEnd
include build/Makefile