feat: mobile批量购买留言页

This commit is contained in:
2025-05-28 09:52:34 +08:00
parent 23d34a42ec
commit 229cfd08bc
7 changed files with 556 additions and 33 deletions

View File

@@ -18,7 +18,10 @@ return [
'header_var' => 'think-lang',
// 扩展语言包
'extend_list' => [
'en-us' => app()->getAppPath() . '/lang/en-us/' . (request()->isMobile() ? 'mobile' : 'pc') . '.php',
'en-us' => [
app()->getAppPath() . '/lang/en-us/' . (request()->isMobile() ? 'mobile' : 'pc') . '.php',
app()->getAppPath() . '/lang/en-us/validate.php',
],
'zh-cn' => app()->getAppPath() . '/lang/zh-cn/' . (request()->isMobile() ? 'mobile' : 'pc') . '.php',
],
// Accept-Language转义为对应语言包名称