diff --git a/README.md b/README.md index 068bd78..6e98aa4 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ - [ ] 内嵌 PDF 对移动端的适配(搁置) - [ ] 搜索逻辑的 ts debug - [ ] 整体颜色重构 -- [ ] Mermaid 图表支持 +- [ ] Mermaid 暗色主题 - [ ] 展开以及切换页面的动效 -- [ ] 状态 icon 悬停展开 - [ ] 完全的多媒体支持 - [ ] 时间轴 - [ ] 灵感碎片 - [ ] 文章顶部显示当前页面深度 -- [ ] 优化 tags 页面的显示样式 +- [ ] 优化 tags 页面的显示样式(搁置) - [ ] 增加分享按钮 - [ ] 增加上一篇、下一篇按钮 diff --git a/content/post/1-The-Start/index.md b/content/post/1-The-Start/index.md index 1d7f2e5..ff27dc6 100644 --- a/content/post/1-The-Start/index.md +++ b/content/post/1-The-Start/index.md @@ -117,6 +117,16 @@ Hello! :wave: 这是一个颜色示例 `#FF0000` 和另一个颜色 `rgb(0, 255, 0)`,这是正常的代码 `text`。 +### 图表测试 + +```mermaid +graph TD; + A-->B; + A-->C; + B-->D; + C-->D; +``` + ### Shortcodes 测试 #### Bilibili 视频 diff --git a/content/post/4-PhysicsB-Notes/index.md b/content/post/4-PhysicsB-Notes/index.md index 90001db..8ca3e3d 100644 --- a/content/post/4-PhysicsB-Notes/index.md +++ b/content/post/4-PhysicsB-Notes/index.md @@ -409,3 +409,6 @@ $$ $$ 其中 $f,f'$ 分别为物方焦距和像方焦距,$p$ 为物距,$p'$ 为像距(注意正负关系)。 + +## 近代物理 + diff --git a/themes/hugo-theme-stack b/themes/hugo-theme-stack index ca8f834..03de521 160000 --- a/themes/hugo-theme-stack +++ b/themes/hugo-theme-stack @@ -1 +1 @@ -Subproject commit ca8f834765d1bf2ed7580bb0b21848a889ca8495 +Subproject commit 03de521cc8927eaebf5ba77e3b2d17a17e64a8c9