updated main.go and index file to add support for Manila and Hong Kong

This commit is contained in:
MMatthew14
2025-05-14 21:01:55 +08:00
parent 7062dc6c2c
commit bf05c4686c
2 changed files with 2 additions and 3 deletions

View File

@@ -131,7 +131,6 @@ var supportedLocations = map[string]location{
"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() {