From fecea2c7a4ecc48b2354868894e78be361a2ccf1 Mon Sep 17 00:00:00 2001 From: Cw <cw@git.boborobots.com> Date: Sat, 04 Jul 2026 16:53:53 +0800 Subject: [PATCH] Fix Windows ASR model paths for non-ASCII users --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index a044eac..0eff77e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ ## 开发入口 ```bash -cd /Users/ar/Projects/PrivateVoice2/03-O/C1.source/privatevoice.src +cd /Users/ar/Projects/PrivateVoice/03-O/C1.source/privatevoice.src npm --prefix frontend run build go test ./... ``` -- Gitblit v1.9.3