|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.fr.design.login.guide; |
|
|
|
|
|
|
|
|
|
import com.fr.base.FRContext; |
|
|
|
|
import com.fr.design.DesignerEnvManager; |
|
|
|
|
import com.fr.design.dialog.UIDialog; |
|
|
|
|
import com.fr.design.event.DesignerOpenedListener; |
|
|
|
@ -32,7 +33,7 @@ public class DesignerGuideHelper {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void prepareShowGuideDialog() { |
|
|
|
|
if (!SupportOSImpl.DESIGNER_LOGIN.support()) { |
|
|
|
|
if (!SupportOSImpl.DESIGNER_LOGIN.support() || !FRContext.isChineseEnv()) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (isActivatedForOneWeek()) { |
|
|
|
|