From 8fb2b7388b59519e682878de41f26a3e873e666c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=B1=A1=5Felephant?= <119278153+WhiteElephant-abc@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:33:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20touch-ring.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- touchcontroller/wiki/src/mechanism/touch-ring.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/touchcontroller/wiki/src/mechanism/touch-ring.md b/touchcontroller/wiki/src/mechanism/touch-ring.md index c2fd80cfb..ff116e3b4 100644 --- a/touchcontroller/wiki/src/mechanism/touch-ring.md +++ b/touchcontroller/wiki/src/mechanism/touch-ring.md @@ -1,7 +1,10 @@ # TouchController 中的触控圈 -曾用名:触摸准星(TouchController v0.1.x 及以前) +> 曾用名:触摸准星(TouchController v0.1.x 及以前) + +- 触控圈可以用于在屏幕上任意位置所对应的方向进行交互,而不仅仅是屏幕中心的准星所指方向。 +- 触控圈在激活时将充当准星,可进行放置、破坏、攻击等等交互。 ## 外观 From c63cb6a88fcf2d3f3fd6a49d79997d2f10902bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=B1=A1=5Felephant?= <119278153+WhiteElephant-abc@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:35:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20touch-ring.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- touchcontroller/wiki/src/mechanism/touch-ring.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/touchcontroller/wiki/src/mechanism/touch-ring.md b/touchcontroller/wiki/src/mechanism/touch-ring.md index ff116e3b4..5e9ba69cc 100644 --- a/touchcontroller/wiki/src/mechanism/touch-ring.md +++ b/touchcontroller/wiki/src/mechanism/touch-ring.md @@ -17,9 +17,9 @@ ## 特性 -- 触控圈现版本只能同时存在一个(除非实现 [#77](https://github.com/TouchController/TouchController/issues/77)),这代表了 TouchController 当前所识别的手指。 -- 打开分离控制后将不会再显示触控圈。 -- 触控圈激活后能代替原有的十字准心瞄准方块或实体。 +- 触控圈只能同时存在一个(除非实现 [#77](https://github.com/TouchController/TouchController/issues/77))。 +- 打开分离控制后将禁用触控圈。 +- 触控圈激活后将代替原有的十字准心瞄准方块或实体。 ![](assets/touch-ring/file-20251116210314479.png) \ No newline at end of file