[Update]恢复小地图显示

This commit is contained in:
chenfufeng
2022-07-22 16:35:00 +08:00
parent 6076346744
commit d9938b75ad
12 changed files with 691 additions and 81 deletions

View File

@@ -29,4 +29,9 @@ public class MoGoFragmentPaths {
@Deprecated
public static final String PATH_FRAGMENT_SMP = "/smp_ui/";
/**
* 全览模式地图 Fragment
*/
@Keep
public static final String PATH_FRAGMENT_OVERVIEW = "/overview_ui/";
}