前端分流页功能

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
@@ -0,0 +1,9 @@
<?php
/**
* 分流落地页路由片段:部署时合并进 application/route.php
* 规则:'s/:link_code' => 'index/Split/visit'pattern link_code => [a-z]{9}
*/
return [
's/:link_code' => 'index/Split/visit',
];