feat: Implement task monitoring web application

This commit is contained in:
adlsdztony
2025-06-01 10:31:27 +08:00
parent 7faa9554d7
commit 53c4106c5b
11 changed files with 1098 additions and 0 deletions

2
monitor/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
Flask~=3.0.0
python-dotenv==0.19.0