更新版本至0.1.7:移除openai模块,更新html_scraper功能

- 删除src-tauri/openai模块及相关依赖
- 在html_scraper中添加find_latest_work_order_id函数
- 更新相关依赖配置

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yakumo Hokori
2025-09-27 21:32:42 +08:00
parent 4d005b384f
commit 6abfa2866a
1027 changed files with 18821 additions and 1790 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -2614,16 +2614,6 @@ dependencies = [
"pathdiff",
]
[[package]]
name = "openai"
version = "0.1.0"
dependencies = [
"reqwest",
"serde",
"serde_json",
"tokio",
]
[[package]]
name = "openssl"
version = "0.10.73"
@@ -4468,7 +4458,6 @@ name = "tms_service"
version = "0.1.0"
dependencies = [
"html_scraper",
"openai",
"reqwest",
"serde",
"serde_json",