From e82ef6fb213a061afe0dccfcf977ffe77fb93f05 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 12 一月 2026 17:20:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/ClientVersion/VersionConfig.cs | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/Main/System/ClientVersion/VersionConfig.cs b/Main/System/ClientVersion/VersionConfig.cs
index e7d86be..5a0251f 100644
--- a/Main/System/ClientVersion/VersionConfig.cs
+++ b/Main/System/ClientVersion/VersionConfig.cs
@@ -32,11 +32,12 @@
{
get
{
- if (!string.IsNullOrEmpty(SDKUtils.Yj_SpID))
- {
- return SDKUtils.Yj_SpID;
- }
- return m_SpID;
+ //鏆備笖鍚屾appid 鐩墠娌℃湁鍒嗗紑鐨勯渶姹�
+ // if (!string.IsNullOrEmpty(SDKUtils.Yj_SpID))
+ // {
+ // return SDKUtils.Yj_SpID;
+ // }
+ return m_AppId;
}
}
@@ -79,7 +80,7 @@
}
else
{
- m_GameId = "xbqy";
+ m_GameId = "xssg";
}
}
@@ -87,7 +88,7 @@
}
}
- [SerializeField] InstalledAsset m_AssetAccess = InstalledAsset.IngoreDownLoad;
+ [SerializeField] InstalledAsset m_AssetAccess = InstalledAsset.NullAsset;
public InstalledAsset assetAccess { get { return m_AssetAccess; } set { m_AssetAccess = value; } }
[SerializeField] bool m_PartAssetPackage = false;
--
Gitblit v1.8.0