refactor: 进一步区分banner的pc与mobile

This commit is contained in:
2025-05-27 14:02:14 +08:00
parent 5b3a020b1a
commit 9fd3954b4f
5 changed files with 47 additions and 9 deletions

View File

@@ -3,4 +3,6 @@
return [
// 启用多语言支持
think\middleware\LoadLangPack::class,
// 确认请求来源
app\index\middleware\ConfirmRequestFrom::class,
];