修改问题

This commit is contained in:
zpc 2024-12-25 16:20:15 +08:00
parent d3a0c9024e
commit a68ce163ec

View File

@ -56,7 +56,7 @@ namespace CloudGaming.Code.AppExtend
}
if (string.IsNullOrEmpty(_platform))
{
if (Channel.StartsWith("ps_"))
{
_platform = AppPlatform.android.ToString();
@ -142,7 +142,7 @@ namespace CloudGaming.Code.AppExtend
public string Key
{
get => $"{Language}_{Channel}_{Version}";
get => $"{Language}_{Platform}_{Channel}_{Version}";
}
/// <summary>