fix:1、修复bug。2、删除json表,改为配置加载

This commit is contained in:
barry
2026-06-30 22:15:06 +08:00
parent 1354dfbc34
commit 776d63928d
1086 changed files with 49845 additions and 533285 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ namespace ChillConnect
int offset_y1 = ConfigSystem.GetConfig<CommonModel>().WVOffset[1];
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
float top_offset = 0;//fgui中的顶部信息的高度
float buttom_offset = 155;
float buttom_offset = 165;
if (Screen.safeArea.y != 0)
{//刘海屏
top_offset += Screen.safeArea.y;