routes.guang.ini 782 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.author.type = "rewrite"
routes.author.match = "/plustar"
routes.author.route.module = Guang
routes.author.route.controller = Plusstar
routes.author.route.action = Index

; 明星原创
routes.author.type = "rewrite"
routes.author.match = "/(plustar|plustar/index)"
routes.author.route.module = Guang
routes.author.route.controller = Plusstar
routes.author.route.action = Index