From c6885ae2312a1be589e945129bdd9d268f14c370 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 21 Jun 2026 22:45:28 +0800 Subject: feat: replace `--pinyin` flag with generic `--post="+pinyin"` option --- binding/unity/DMVOPListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding/unity') diff --git a/binding/unity/DMVOPListener.cs b/binding/unity/DMVOPListener.cs index 7964756..eaf1db0 100644 --- a/binding/unity/DMVOPListener.cs +++ b/binding/unity/DMVOPListener.cs @@ -7,7 +7,7 @@ using UnityEngine; using UnityEngine.Events; // Chinese: -// dmvop --output=tcp --port=5117 --model=small --lang=zh --instant --pinyin --device=YOUR_DEVICE +// dmvop --output=tcp --port=5117 --model=small --lang=zh --instant --post="+pinyin" --device=YOUR_DEVICE // // English // dmvop --output=tcp --port=5117 --model=small.en --lang=en --instant --device=YOUR_DEVICE -- cgit