This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tuonian
/
nginx-ui
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ca75dd34d6
Branches
Tags
dev
master
nginx-ui
/
server
/
modules
/
settings
/
vo.go
vo.go
121 B
Historique
Raw
1
2
3
4
5
6
7
package settings
type ListVo struct {
Prefix string
// 0 表示禁用,1表示启用,-1 表示全部
Enable int
}