From ff5e4faa8082bcaad508021b765e1192462ba5ea Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 22 Jun 2026 02:52:38 +0800 Subject: fix(examples): update device flag to auto --- binding/unity/DMVOPListener.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binding/unity/DMVOPListener.cs b/binding/unity/DMVOPListener.cs index eaf1db0..102bc50 100644 --- a/binding/unity/DMVOPListener.cs +++ b/binding/unity/DMVOPListener.cs @@ -7,10 +7,10 @@ using UnityEngine; using UnityEngine.Events; // Chinese: -// dmvop --output=tcp --port=5117 --model=small --lang=zh --instant --post="+pinyin" --device=YOUR_DEVICE +// dmvop --output=tcp --port=5117 --model=small --lang=zh --instant --post="+pinyin" --device=auto // // English -// dmvop --output=tcp --port=5117 --model=small.en --lang=en --instant --device=YOUR_DEVICE +// dmvop --output=tcp --port=5117 --model=small.en --lang=en --instant --device=auto [Serializable] public struct DMVOPEvent -- cgit