撤销提交

This commit is contained in:
杨丹华
2025-06-04 14:25:24 +08:00
parent ce795402f2
commit 455fdfca87
28 changed files with 329 additions and 566 deletions

View File

@@ -22,7 +22,6 @@ return [
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转义为对应语言包名称
'accept_language' => [