├── static ├── img │ ├── 16.png │ ├── 180.png │ ├── 32.png │ ├── youku.ico │ ├── youku.png │ ├── 450_300.jpg │ ├── favicon.ico │ ├── icon │ │ ├── mojo.ai │ │ ├── 28_28.png │ │ ├── 108_108.png │ │ ├── 1200_240.png │ │ ├── mojo-01.jpg │ │ ├── mojo-01.psd │ │ ├── mojo-02-2.jpg │ │ ├── mojo-02.jpg │ │ ├── mojo-02.psd │ │ ├── mojo-trans.png │ │ ├── mojo-02-eric.psd │ │ ├── mojo-35-long.png │ │ ├── mojotv-690-238.jpg │ │ ├── mojo-trans-35x35.png │ │ ├── mojo-trans-50x50.png │ │ └── mojo-long-960-238.jpg │ ├── logo56x56.png │ ├── qq-video.png │ └── logo_60_60.png ├── js │ └── my.js └── css │ └── my.css ├── .gitignore ├── models ├── modelShow.go ├── modelEpisode.go ├── modelVote.go ├── modelUser.go ├── modelSubtitle.go ├── cachConst.go ├── modelImgur.go ├── modelTag.go ├── initialize.go ├── modelQuote.go ├── modelImage.go └── modelArticle.go ├── views ├── layout │ ├── _breadcrumb.html │ ├── _tags.html │ ├── _script.html │ ├── base_index.html │ ├── base_view.html │ ├── _head.html │ ├── _footer.html │ ├── _share_comment.html │ └── _nav.html ├── error │ └── 404.html ├── article │ ├── _links.html │ ├── index.html │ ├── view.html │ └── _video.html ├── image │ └── cropper_modal.html ├── home │ ├── toutiaoAd.html │ └── index.html ├── tag │ ├── _allTags.html │ └── view.html └── auth │ └── register.html ├── .vscode └── launch.json ├── controllers ├── controllerWxApi.go ├── controllerHome.go ├── controllerError.go ├── imageController.go ├── controllerTag.go ├── controllerFantasy.go ├── controllerVideo.go ├── controllerBase.go ├── controllerArticle.go ├── controllerRenRen.go └── controllerAuth.go ├── conf └── app.conf.example ├── tools └── temple.go ├── tests └── default_test.go ├── main.go ├── ssl ├── 214011752730233.key └── 214011752730233.pem ├── tasks └── fetchEztv.go ├── routers └── router.go └── trytv_2017-11-30.sql /static/img/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/16.png -------------------------------------------------------------------------------- /static/img/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/180.png -------------------------------------------------------------------------------- /static/img/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/32.png -------------------------------------------------------------------------------- /static/img/youku.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/youku.ico -------------------------------------------------------------------------------- /static/img/youku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/youku.png -------------------------------------------------------------------------------- /static/img/450_300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/450_300.jpg -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/icon/mojo.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo.ai -------------------------------------------------------------------------------- /static/img/logo56x56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/logo56x56.png -------------------------------------------------------------------------------- /static/img/qq-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/qq-video.png -------------------------------------------------------------------------------- /static/img/icon/28_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/28_28.png -------------------------------------------------------------------------------- /static/img/logo_60_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/logo_60_60.png -------------------------------------------------------------------------------- /static/img/icon/108_108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/108_108.png -------------------------------------------------------------------------------- /static/img/icon/1200_240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/1200_240.png -------------------------------------------------------------------------------- /static/img/icon/mojo-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-01.jpg -------------------------------------------------------------------------------- /static/img/icon/mojo-01.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-01.psd -------------------------------------------------------------------------------- /static/img/icon/mojo-02-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-02-2.jpg -------------------------------------------------------------------------------- /static/img/icon/mojo-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-02.jpg -------------------------------------------------------------------------------- /static/img/icon/mojo-02.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-02.psd -------------------------------------------------------------------------------- /static/img/icon/mojo-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-trans.png -------------------------------------------------------------------------------- /static/img/icon/mojo-02-eric.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-02-eric.psd -------------------------------------------------------------------------------- /static/img/icon/mojo-35-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-35-long.png -------------------------------------------------------------------------------- /static/img/icon/mojotv-690-238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojotv-690-238.jpg -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | my_go_web 2 | debug 3 | .* 4 | main 5 | *.log 6 | test.log 7 | test.*.log 8 | nohup.out 9 | conf/app.conf 10 | .vscode 11 | 12 | -------------------------------------------------------------------------------- /static/img/icon/mojo-trans-35x35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-trans-35x35.png -------------------------------------------------------------------------------- /static/img/icon/mojo-trans-50x50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-trans-50x50.png -------------------------------------------------------------------------------- /static/img/icon/mojo-long-960-238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JJJJJJJerk/american-tv-news-powered-by-beego/HEAD/static/img/icon/mojo-long-960-238.jpg -------------------------------------------------------------------------------- /models/modelShow.go: -------------------------------------------------------------------------------- 1 | package models 2 | 3 | //http://jinzhu.me/gorm/ gorm 文档 4 | 5 | import ( 6 | "github.com/jinzhu/gorm" 7 | ) 8 | type Show struct { 9 | gorm.Model 10 | NameEn string 11 | NameZh string 12 | } 13 | -------------------------------------------------------------------------------- /models/modelEpisode.go: -------------------------------------------------------------------------------- 1 | package models 2 | 3 | import ( 4 | "github.com/jinzhu/gorm" 5 | ) 6 | 7 | type Episode struct { 8 | gorm.Model 9 | Name string `gorm:"size:255"` 10 | RawName string `gorm:"size:255"` 11 | Provider string 12 | UrlMagnet string 13 | } 14 | -------------------------------------------------------------------------------- /views/layout/_breadcrumb.html: -------------------------------------------------------------------------------- 1 | {{if .BreadCrumbs }} 2 |
6 |