Files
2025-05-18 07:42:27 +00:00

6 lines
120 B
PHP
Executable File

<?php
//laytp插件路由
use think\facade\Route;
Route::rule('/plugin/:plugin', "laytp\library\PluginRoute@execute");