added Manila, Hong Kong and Singapore in the main.go file

This commit is contained in:
MMatthew14
2025-05-14 00:44:23 +08:00
parent 80cb8807da
commit 204ee21340

View File

@@ -130,6 +130,8 @@ var supportedLocations = map[string]location{
"berlin": {nil, 52.520008, 13.404954, "Europe/Berlin", "Berlin"},
"dubai": {nil, 25.204849, 55.270782, "Asia/Dubai", "Dubai"},
"manila": {nil, 14.599512, 120.984222, "Asia/Dubai", "Manila"},
"hong kong": {nil, 22.317053, 114.169547, "Asia/Hong_Kong", "Hong Kong"},
"singapore": {nil, 1.352083, 103.819836, "Asia/Singapore", "Singapore"},
}
func main() {