style: run prettier as there's missing stuff apparently

This commit is contained in:
Constrat
2025-10-20 21:30:13 +02:00
parent d7524a4f9e
commit c91c1ff279
13 changed files with 286 additions and 283 deletions

View File

@@ -24,11 +24,13 @@ Mac 可以使用 `tools/build_macos_universal.zsh` 脚本进行编译
1. 下载编译所需的依赖
::: code-tabs
@tab:active Ubuntu/Debian
```bash :no-line-numbers
sudo apt install cmake
```
@tab Arch
```bash :no-line-numbers
sudo pacman -S --needed cmake
```
@@ -80,7 +82,6 @@ Mac 可以使用 `tools/build_macos_universal.zsh` 脚本进行编译
4. 结束,你应该能在目录下看到构建文件了
::::
## 集成文档