将数据库修改到本地配置文件,修复工单没创建成功依旧会写入数据库的问题

This commit is contained in:
Yakumo Hokori
2026-02-24 16:00:43 +08:00
parent 5e03e76177
commit 1b36901a70
2048 changed files with 41630 additions and 40 deletions

View File

@@ -9,3 +9,4 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
html_scraper = { path = "../html_scraper" }
anyhow = "1.0"