【新增】litessl

【新增】删除历史记录
【调整】批量删除证书
This commit is contained in:
v-me-50
2026-01-13 16:12:29 +08:00
parent 44efcea14a
commit 6c15ae35a1
6 changed files with 98 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ func init() {
InsertIfNotExists(db, "access_type", map[string]any{"name": "webhook", "type": "host"}, []string{"name", "type"}, []any{"webhook", "host"})
InsertIfNotExists(db, "access_type", map[string]any{"name": "btdomain", "type": "dns"}, []string{"name", "type"}, []any{"btdomain", "dns"})
InsertIfNotExists(db, "access_type", map[string]any{"name": "edgeone", "type": "dns"}, []string{"name", "type"}, []any{"edgeone", "dns"})
err = sqlite_migrate.EnsureDatabaseWithTables(
"data/site_monitor.db",