前端分流页功能

This commit is contained in:
root
2026-06-05 04:22:29 +08:00
parent 8afe25a960
commit 34d76cce74
120 changed files with 10782 additions and 284 deletions
+3
View File
@@ -11,11 +11,14 @@
// +----------------------------------------------------------------------
return [
// 分流链接公开落地页:/s/{9位链接码}
's/:link_code' => 'index/Split/visit',
//别名配置,别名只能是映射到控制器且访问时必须加上请求的方法
'__alias__' => [
],
//变量规则
'__pattern__' => [
'link_code' => '[a-z]{9}',
],
// 域名绑定到模块
// '__domain__' => [