Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 01ac824

Browse files
Merge pull request #1 from TouchController/WhiteElephant-abc
TCW:重新组织结构并进行优化
2 parents 6345a08 + c518683 commit 01ac824

53 files changed

Lines changed: 174 additions & 229 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ bazel-*
44
.*wb
55
.claude
66
CLAUDE.md
7+
/touchcontroller/wiki/src/.obsidian
8+
/touchcontroller/wiki/book

touchcontroller/wiki/src/SUMMARY.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
- [锚点机制](./mechanism/anchor-mechanism.md)
1414
- [静默转头](./mechanism/slient-turning-head.md)
1515
- [输入适配](./mechanism/input-support.md)
16-
- [自定义控件](./mechanism/custom-widget.md)
17-
- [自定义图层条件](./mechanism/custom-conditions.md)
18-
- [自定义布局]()
16+
- [自定义布局](mechanism/custom-layout/custom-layout.md)
1917
- [预设系统](./mechanism/custom-layout/preset-system.md)
2018
- [图层系统](./mechanism/custom-layout/layer-system.md)
2119
- [切换模式](./mechanism/custom-layout/mode-switch.md)
20+
- [自定义控件](./mechanism/custom-layout/custom-widget.md)
21+
- [自定义图层条件](./mechanism/custom-layout/custom-conditions.md)
2222

2323
# 特性
2424

@@ -28,24 +28,18 @@
2828

2929
# GUI
3030

31-
- [设置界面]()
32-
- [界面框架](./gui/config-screen/interface-frame.md)
33-
- [标签页]()
31+
- [设置界面](./gui/config-screen/config-screen.md)
32+
- [标签页](./gui/config-screen/tab/tab.md)
3433
- [关于](./gui/config-screen/tab/about.md)
35-
- [通用]()
36-
- [常规](./gui/config-screen/tab/general/general.md)
37-
- [控制](./gui/config-screen/tab/general/control.md)
38-
- [触控圈](./gui/config-screen/tab/general/touch-ring.md)
39-
- [调试](./gui/config-screen/tab/general/debug.md)
40-
- [物品]()
41-
- [可长按使用的物品](./gui/config-screen/tab/item/items-usable-by-long-press.md)
42-
- [手持时显示准星的物品](./gui/config-screen/tab/item/items-show-crosshair-when-holding.md)
43-
- [需要修正使用方向的物品](./gui/config-screen/tab/item/items-need-to-fix-use-direction.md)
44-
- [子页面]()
45-
- [布局]()
46-
- [管理控件预设](./gui/config-screen/sub-pages/layout/manage-widget-preset.md)
47-
- [自定义控件布局](./gui/config-screen/sub-pages/layout/custom-widget-layout.md)
48-
- [GUI 控件布局](./gui/config-screen/sub-pages/layout/gui-widget-layout.md)
34+
- [常规](./gui/config-screen/tab/general.md)
35+
- [控制](./gui/config-screen/tab/control.md)
36+
- [触控圈](./gui/config-screen/tab/touch-ring.md)
37+
- [调试](./gui/config-screen/tab/debug.md)
38+
- [物品](gui/config-screen/tab/item.md)
39+
- [子页面](./gui/config-screen/sub-pages/sub-pages.md)
40+
- [管理控件预设](./gui/config-screen/sub-pages/manage-widget-preset.md)
41+
- [自定义控件布局](./gui/config-screen/sub-pages/custom-widget-layout.md)
42+
- [GUI 控件布局](./gui/config-screen/sub-pages/gui-widget-layout.md)
4943
- [物品列表](./gui/config-screen/sub-pages/item-list.md)
5044
- [组件列表](./gui/config-screen/sub-pages/widget-list.md)
5145
- [聊天界面](./gui/chat-screen.md)
262 KB
Loading
275 KB
Loading
2.07 MB
Loading
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TouchController 自定义布局的特性
22

3-
- 控件被拖出窗口外会弹回来
4-
- 如果控件在窗口边缘,调整窗口后控件可能位于窗口外
5-
- 被锁定的控件会拥有红色描边而不是普通的白色描边
3+
- 控件若被拖出窗口外,会在松手时回到窗口边缘
4+
- 如果控件在窗口边缘,调整窗口大小后控件可能位于窗口外
5+
- 被锁定的控件会拥有红色描边而不是普通的白色描边![](assets/custom-layout/file-20251116211432147.png)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TouchController 设置子页面:物品列表的特性
2+
3+
- 点击空白的格子可以添加“空气”(minecraft:air)。
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# TouchController 管理预设的特性
22

3-
- 如果页面宽度不足,原本在页面下方的[控件样式](../widget/widget-style)选项将移至右侧
3+
- 如果页面宽度不足,原本在页面下方的[控件样式](../widget/widget-style)选项将移至右侧![](assets/manage-widget-preset/file-20251116211409650.png)

touchcontroller/wiki/src/feature/touch-ring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
- 触控圈现版本只能同时存在一个(除非实现 [#77](https://github.com/TouchController/TouchController/issues/77)),这代表了 TouchController 当前所识别的手指。
1313
- 打开分离控制后将不会再显示触控圈。
1414
- 触控圈激活后能代替原有的十字准心瞄准方块或实体。
15+
16+
![](assets/touch-ring/file-20251116210314479.png)
1.05 MB
Loading

0 commit comments

Comments
 (0)