mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 00:00:26 +08:00
增加国家/地区封禁管理
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package ipadmin
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
|
||||
|
||||
type ProvincesAction struct {
|
||||
actionutils.ParentAction
|
||||
}
|
||||
|
||||
func (this *ProvincesAction) Init() {
|
||||
this.Nav("", "", "ipadmin")
|
||||
}
|
||||
|
||||
func (this *ProvincesAction) RunGet(params struct{}) {
|
||||
this.Data["subMenuItem"] = "province"
|
||||
this.Show()
|
||||
}
|
||||
Reference in New Issue
Block a user