mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
提供管理界面的HTTP/HTTPS修改功能
This commit is contained in:
15
internal/web/actions/default/about/qq.go
Normal file
15
internal/web/actions/default/about/qq.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package about
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
|
||||
|
||||
type QqAction struct {
|
||||
actionutils.ParentAction
|
||||
}
|
||||
|
||||
func (this *QqAction) Init() {
|
||||
this.Nav("", "", "")
|
||||
}
|
||||
|
||||
func (this *QqAction) RunGet(params struct{}) {
|
||||
this.Show()
|
||||
}
|
||||
Reference in New Issue
Block a user