瀏覽代碼

aa

master
chenbin 4 年之前
父節點
當前提交
b84cf90f00
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      Assets/trCRM/upgradeRes4Dev/priority/lua/toolkit/LuaUtl.lua

+ 2
- 1
Assets/trCRM/upgradeRes4Dev/priority/lua/toolkit/LuaUtl.lua 查看文件

@@ -601,7 +601,8 @@ function fitIphoneX()
601 601
         string.find(mode, "iPhone10,6") or 
602 602
         string.find(mode, "iPhone11,3") or
603 603
             string.find(mode, "iPhone11,6") or -- XS Max
604
-            string.find(mode, "iPhone11,8")
604
+            string.find(mode, "iPhone11,8") or
605
+            string.find(mode, "iPhone12,1")
605 606
      then -- xr
606 607
         NGUITools.isFringe = true
607 608
     end

Loading…
取消
儲存