[6.3.0][Feat]新增高精地图天气效果开关

This commit is contained in:
chenfufeng
2024-03-14 15:01:52 +08:00
parent f5445a24da
commit 4bb584d530
4 changed files with 31 additions and 0 deletions

View File

@@ -335,4 +335,5 @@ interface IMogoMapUIController {
* 获取高精地图截图
*/
fun getMapScreenShot()
fun setWeatherEnable(enable: Boolean)
}