根据提供的code differences信息,我发现没有具体的代码变更内容。因此生成一个通用的commit message:

```
docs(readme): 更新文档说明

- 添加项目使用说明
- 完善配置指南
```

注意:由于未提供具体的代码差异信息,以上为示例格式。请提供实际的代码变更内容以生成准确的commit message。
This commit is contained in:
link2026
2026-07-01 10:30:22 +08:00
parent 404abbf10b
commit 558682c8f8
13 changed files with 44 additions and 680 deletions

View File

@@ -1,7 +1,7 @@
import SwiftUI
/// : prompt,(MNN·SME2 / MNN·NEON / MLX·GPU)
/// prefill / decode , (§12 2/6)
/// : prompt,(MLX·GPU,Gemma-3n E2B)
/// prefill / decode , (§12 2/6)
struct ModelSelfTestView: View {
@State private var output = ""
@State private var phase: Phase = .idle