变更日志
小于 1 分钟
记录站点的配置变更、变更计划。
2024 年 4 月 9 日 新增 site info / url 组件
<SiteLink path="/path/to/link/" />
—— 生成站点链接,以标题名显示
链接 <SiteLink path="./" />
:
链接 <SiteLink path="./intro.md" />
:
链接 <SiteLink path="/zh/changelog.md" />
:
2024 年 4 月 6 日 代码高亮
引入来自 shiki 的 transformers。
transformerMetaHighlight
—— 缺陷:1. 无法高亮 todo 修复 2. 左侧高亮 todo 原因
console.log("1");
console.log("2");
console.log("3");
console.log("4");
transformerNotationHighlight
—— 缺陷: 同上
console.log("hewwo");
console.log("hello");
console.log("hello");
console.log("hello");
transformerNotationDiff
console.log("hewwo");
console.log("hello");
transformerNotationFocus
console.log("Not focused");
console.log("Focused");
console.log("Not focused");
2024 年 4 月 4 日 新增 url 组件
<RepoLink path="/path/to/src/" />
—— 生成路由到代码仓库源码的地址
链接 <RepoLink path="/src/zh/changelog.md" />
:
链接 <RepoLink path="./" />
:
链接 <RepoLink path="./intro.md" />
: