add cloud

This commit is contained in:
bridge
2025-12-06 15:52:28 +08:00
parent e04be9f012
commit b094032eb2
26 changed files with 360 additions and 3 deletions

View File

@@ -556,7 +556,8 @@ def get_map():
"width": w,
"height": h,
"data": map_data,
"regions": regions_data
"regions": regions_data,
"config": CONFIG.get("frontend", {})
}