新增访客黑名单:支持拉黑 IP/设备并管理列表

工作台可按 IP 或设备拉黑并填写释放时间与原因;侧栏黑名单页查看与解除;进线自动拦截。
This commit is contained in:
yml2213
2026-07-19 00:43:55 +08:00
parent ada7533ffa
commit 1f92c35963
11 changed files with 838 additions and 5 deletions
+1
View File
@@ -35,6 +35,7 @@ func Migrate(db *gorm.DB) error {
&Customer{},
&CustomerTag{},
&CustomerContact{},
&BlacklistEntry{},
&Session{},
&VisitorPageView{},
&Message{},