routes.guang.ini
878 Bytes
; 标签聚合列表
routes.tag.type = "rewrite"
routes.tag.match = "/tags/index"
routes.tag.route.module = Guang
routes.tag.route.controller = Index
routes.tag.route.action = Tag
; 作者聚合列表
routes.author.type = "rewrite"
routes.author.match = "/author/index"
routes.author.route.module = Guang
routes.author.route.controller = Index
routes.author.route.action = Editor
; 国际优选/明星原创
routes.plusstar.type = "rewrite"
routes.plusstar.match = "/(plustar|plustar/index)$"
routes.plusstar.route.module = Guang
routes.plusstar.route.controller = Plusstar
routes.plusstar.route.action = Index
; 国际优选/明星原创详情
routes.brandinfo.type = "rewrite"
routes.brandinfo.match = "/(plustar/brandinfo|guang/plustar/brandinfo)$"
routes.brandinfo.route.module = Guang
routes.brandinfo.route.controller = Plusstar
routes.brandinfo.route.action = detail