This commit is contained in:
kuaifan
2024-01-15 14:23:26 +08:00
parent e4790062c8
commit c676a3037c
118 changed files with 1428 additions and 1425 deletions

View File

@@ -339,7 +339,7 @@ class IndexController extends InvokeController
], 'inline');
}
// EEUI App 直接在线预览查看
if (str_contains($userAgent, 'eeui')) {
if (str_contains($userAgent, 'eeui') && Base::judgeClientVersion("0.34.47")) {
if (str_contains($userAgent, 'iphone') || str_contains($userAgent, 'ipad')) {
$message = Base::array2json([
'type' => 'currentOpen',