revert: 删除利用互斥锁机制尝试修复点击超时问题 (ref #30, ref #31, ref #33)

This commit is contained in:
foxhui
2026-03-26 21:08:35 +08:00
Unverified
parent b87d900cd8
commit 9687bee166
5 changed files with 15 additions and 47 deletions
+4
View File
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 再次修复豆包适配器无法点击选择模型的问题
- 修复豆包超时时间跟随配置文件
### 🔄 Changed
- **浏览器**
- 回滚互斥锁机制,不再使用互斥锁,这是一个错误的修复
## [3.5.9] - 2026-03-25
### 🐛 Fixed