mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-25 16:55:58 +03:00
[GH-ISSUE #74] [Feature Request] 地图支持深色模式(map supports dark mode) #68
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Accademia on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/74
希望地图支持《深色模式》,就像iPhone地图的深色模式一样
I hope the map supports dark mode, just like the dark mode on the iPhone Maps.
非常感谢!!
Thanks !!!!!
@Archeb commented on GitHub (Dec 27, 2025):
Implemented in
c5a2c6bab9@Accademia commented on GitHub (Dec 27, 2025):
非常感谢,地图API 如果也能调用深色模式的地图 ,就更好了 🙏
@Archeb commented on GitHub (Dec 27, 2025):
不太清楚“地图 API”指的是什么,现在的三个地图都是调用对应的网页地图 API,然后加上深色样式的。
@Accademia commented on GitHub (Dec 27, 2025):
https://developers.google.com/maps/documentation/javascript/mapcolorscheme?hl=zh-cn
地图 的 深色API , 类似如下: 🙏
@Archeb commented on GitHub (Dec 27, 2025):
c5a2c6b实现的效果与之相同@Accademia commented on GitHub (Dec 27, 2025):
非常感谢!