package site // ControllerV1 是官网内容控制器。 type ControllerV1 struct{} // NewV1 创建官网内容控制器实例。 func NewV1() *ControllerV1 { return &ControllerV1{} }