mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:40:03 -04:00
docs(pages): 恢复 Chrome 对 Manifest V2 的支持
1. docs(pages): 恢复 Chrome 对 Manifest V2 的支持 2. style(pages): 文本美化 3. feat(config): target="_blank" 插件:rehype-external-links 4. style(music): 增加一个音乐:准备出发
This commit is contained in:
@@ -55,6 +55,11 @@ const isSunday = new Date().getDay() === 0;
|
||||
{isSunday &&
|
||||
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=250 height=86 src="//music.163.com/outchain/player?type=2&id=2155423467&auto=0&height=66"></iframe>
|
||||
}
|
||||
|
||||
<!-- 其他日 -->
|
||||
{!isSunday &&
|
||||
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=250 height=86 src="//music.163.com/outchain/player?type=2&id=2608813264&auto=0&height=66"></iframe>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user