增加威胁域名审计

This commit is contained in:
Alex Yang
2026-04-03 10:04:07 +08:00
parent 170cdb3537
commit f8e222aaf6
41 changed files with 81016 additions and 4672993 deletions
+5
View File
@@ -133,6 +133,11 @@ func (m *LogManager) IsSQLiteEnabled() bool {
return m.sqliteStore != nil
}
// GetSQLiteStore 获取 SQLiteStore 实例
func (m *LogManager) GetSQLiteStore() *SQLiteStore {
return m.sqliteStore
}
// MigrateFromJSON 从 JSON 文件迁移历史数据
func (m *LogManager) MigrateFromJSON(jsonPath string) error {
if m.sqliteStore == nil {