|
@@ -148,7 +148,7 @@ namespace GFGGame
|
|
|
|
|
|
int skipGuide = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_SKIP_GUIDE);
|
|
|
|
|
|
- if (skipGuide <= 0 && LauncherConfig.netType == EnumNetType.LOCAL)
|
|
|
+ if (skipGuide <= 0 && (LauncherConfig.netType == EnumNetType.LOCAL && LauncherConfig.ChannelId == (int)ChannelID.Test))
|
|
|
{
|
|
|
AlertUI.Show("是否跳过引导?如果您是第一次体验,建议不要跳过引导!")
|
|
|
.SetLeftButton(true, "不用", (obj) =>
|