We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f35c2a commit 48a334bCopy full SHA for 48a334b
README.md
@@ -9,7 +9,7 @@
9
<img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue">
10
<img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI">
11
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
12
- <img src="https://img.shields.io/badge/Version-1.8.34-orange.svg" alt="Version">
+ <img src="https://img.shields.io/badge/Version-1.8.35-orange.svg" alt="Version">
13
</p>
14
15
<p align="center">
@@ -270,6 +270,11 @@ sqlmapWebUI/
270
271
## 📝 更新日志
272
273
+### v1.8.35 (2026-02-27)
274
+
275
+**修复**
276
+- 修复前端构建时 TypeScript 未使用变量警告导致的构建失败 (TS6133)
277
278
### v1.8.34 (2026-02-27)
279
280
**重构**
0 commit comments