add global guide sp configure

This commit is contained in:
unknown
2020-09-09 16:59:27 +08:00
parent f548b90d58
commit 08c8e3711e
5 changed files with 15 additions and 8 deletions

View File

@@ -261,4 +261,10 @@ public class DebugConfig {
public static boolean isLoadGuideModule() {
return sLoadGuideModule;
}
private static String SP_GUIDE = "SP_GUIDE_2020_09_09";
public static String getSpGuide(){
return SP_GUIDE;
}
}