aboutsummaryrefslogtreecommitdiff
path: root/binding
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-21 22:45:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-21 22:45:28 +0800
commitc6885ae2312a1be589e945129bdd9d268f14c370 (patch)
tree919e0fe49331b533de312a39548f17b133ef4975 /binding
parent291c01fd98d44e42bb0a65468e3b6cee3dc25044 (diff)
feat: replace `--pinyin` flag with generic `--post="+pinyin"` option
Diffstat (limited to 'binding')
-rw-r--r--binding/unity/DMVOPListener.cs2
1 files changed, 1 insertions, 1 deletions
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