add more react function and remove typst support

This commit is contained in:
Jiao77
2026-03-01 19:15:43 +08:00
parent 4ba51e1755
commit 4760dbafe0
12 changed files with 994 additions and 72 deletions

View File

@@ -28,13 +28,13 @@ NovaBlog 是一个极简、高效的程序员博客系统,采用 **静态渲
上面的组件会在可见时自动加载并挂载 JavaScript。
### 📐 Typst 学术排版
### 📐 数学公式排版
支持复杂的数学公式渲染:
<TypstBlock>
```
$ integral_0^infinity e^(-x^2) dif x = sqrt(pi) / 2 $
</TypstBlock>
```
## 代码高亮