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:
Ad-closeNN
2025-08-14 11:49:26 +08:00
parent 6f2cf9433c
commit 26ccc0fb60
13 changed files with 124 additions and 12 deletions
+5
View File
@@ -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>