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

This commit is contained in:
2025-05-27 14:02:14 +08:00
parent b30ec56bec
commit d43892b912
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,
];