Ai
423 Star 2K Fork 719

进击的皇虫/DocHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AdController.go 163 Bytes
一键复制 编辑 原始数据 按行查看 历史
TruthHun 提交于 2018-04-30 17:52 +08:00 . 假装第一次提交
package AdminControllers
type AdController struct {
BaseController
}
func (this *AdController) Get() {
this.Data["IsAd"] = true
this.TplName = "index.html"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/truthhun/DocHub.git
git@gitee.com:truthhun/DocHub.git
truthhun
DocHub
DocHub
01033d1926ec

搜索帮助