重构 admin 初始化:改为 JSON 配置,增加导入导出功能

This commit is contained in:
不胜舟
2026-01-16 18:48:57 +08:00
parent 12c31a8e8a
commit 372b0030c3
4 changed files with 2 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# 这里可以设置同步时间等操作
# 运行程序
echo "Starting application..."
# 这里可以修改运行命令
gunicorn -b 0.0.0.0:5000 app:app