fscan/Common/config
ZacharyZcR aee8720a72 refactor: 清理common/config包中的死代码
- 删除Manager.go: 完全未使用的配置管理器模式(239行)
- 删除ScanOptions.go: 完全未使用的扫描选项管理器(408行)
- 简化PortMapping.go: 保留核心功能,删除未使用方法(减少151行)
- 简化ServiceDict.go: 保留核心功能,删除未使用方法(减少152行)
- 清理Types.go: 删除未使用的NewConfig函数(24行)
- 清理constants.go: 删除未使用的版本和验证常量(54行)

总计减少1032行死代码,包大小减少85%,保持功能完整性
2025-08-06 07:11:21 +08:00
..
constants.go refactor: 清理common/config包中的死代码 2025-08-06 07:11:21 +08:00
PortMapping.go refactor: 清理common/config包中的死代码 2025-08-06 07:11:21 +08:00
ServiceDict.go refactor: 清理common/config包中的死代码 2025-08-06 07:11:21 +08:00
Types.go refactor: 清理common/config包中的死代码 2025-08-06 07:11:21 +08:00