fix: 细节修复

This commit is contained in:
ZacharyZcR
2025-04-26 04:16:31 +08:00
parent 424c654c43
commit 247459a7f7
3 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -15,9 +15,8 @@ import (
// 全局状态
var (
LocalScan bool // 本地扫描模式标识
WebScan bool // Web扫描模式标识
Mutex = &sync.Mutex{} // 用于保护共享资源
LocalScan bool // 本地扫描模式标识
WebScan bool // Web扫描模式标识
)
// ScanTask 表示单个扫描任务