修改问题
This commit is contained in:
parent
d3a0c9024e
commit
a68ce163ec
|
|
@ -56,7 +56,7 @@ namespace CloudGaming.Code.AppExtend
|
||||||
}
|
}
|
||||||
if (string.IsNullOrEmpty(_platform))
|
if (string.IsNullOrEmpty(_platform))
|
||||||
{
|
{
|
||||||
|
|
||||||
if (Channel.StartsWith("ps_"))
|
if (Channel.StartsWith("ps_"))
|
||||||
{
|
{
|
||||||
_platform = AppPlatform.android.ToString();
|
_platform = AppPlatform.android.ToString();
|
||||||
|
|
@ -142,7 +142,7 @@ namespace CloudGaming.Code.AppExtend
|
||||||
public string Key
|
public string Key
|
||||||
{
|
{
|
||||||
|
|
||||||
get => $"{Language}_{Channel}_{Version}";
|
get => $"{Language}_{Platform}_{Channel}_{Version}";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user