ACP-CODE/astro-favicons

[Features] `theme_color` in media queries

Closed this issue · 1 comments

希望拓展 theme-color 深色与浅色的支持

<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)"  content="black">

在重构的版本 @pwaset/astro 中,通过 themes: ["white", "black"] 支持~

Note

为什么更名?

原有的 favicons-lib 的接口已不能更好的满足更多的更新与支持,重新设计的接口,将更灵活的填充 manifest 键值,如 w3 org 中的share_target, *_localized 等,以及 MS Edge 中的 wigets 等,需要跟多的键值扩充请提交问题至 @pwaset/core