huangdijia 164526ea33 优化路由,支持以下写法
Route::domain('www', function(){
    Route::register(':action', 'index/Index/:action');
    Route::register(':hash', 'index/Index/redirect?type=short');
    Route::register('d/:hash', 'index/Index/redirect?type=qrcode');
});
2016-02-02 11:43:05 +08:00
2015-12-21 08:40:07 +08:00
2016-02-02 11:43:05 +08:00
2016-01-30 09:53:36 +08:00
2016-02-01 01:24:02 +08:00
2015-12-09 19:11:07 +08:00
2016-01-30 11:33:12 +08:00
2016-01-29 22:36:11 +08:00
2016-01-20 12:17:34 +08:00
2016-02-01 00:23:09 +08:00
Description
No description provided
9.9 MiB
Languages
PHP 97.3%
Smarty 2.3%
PLpgSQL 0.3%