This repository was archived by the owner on Mar 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99## 框架
1010
11- 此页面仿照基岩版聊天界面 UI,顶部为页面标题:` 聊天与命令 ` 和退出按钮 。底部有以下几个模块:
11+ 此页面仿照基岩版聊天界面 UI,顶部为页面标题:` 聊天与命令 ` 和 ** 退出按钮 ** 。底部有以下几个模块:
1212
1313- 弹出键盘:点击一下可以选中输入框,进而自动弹出键盘(参见[ 输入适配] ( ../机制/输入适配 ) )。再次点击取消选中输入框,此时键盘应自动收起。
1414- 快捷指令:目前暂未实现快捷指令功能,敬请期待。
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TouchController 能够在您选中输入框*(注:目前仅限于 TouchContro
1111> [ !TIP]
1212> Windows 系统中仅实现了自动弹出键盘。
1313
14- 在 Windows 系统中,弹出键盘存在诸多条件。首先,Windows 需要能识别到触摸屏。此外,还需要在设置中启用相关功能。以Windows 11 为例,您需要打开设置,找到` 时间和语言 -> 输入 ` ,展开` 触摸键盘 ` 选项,将` 显示触摸键盘 ` 设为“ 未连接键盘时”或“始终” 。此时,找到一个输入框,选中它,触摸键盘应该能自动弹出。在游戏内,触摸键盘也会以同样的方式弹出。
14+ 在 Windows 系统中,弹出键盘存在诸多条件。首先,Windows 需要能识别到触摸屏。此外,还需要在设置中启用相关功能。以Windows 11 为例,您需要打开设置,找到` 时间和语言 -> 输入 ` ,展开` 触摸键盘 ` 选项,将` 显示触摸键盘 ` 设为** 未连接键盘时** 或 ** 始终 ** 。此时,找到一个输入框,选中它,触摸键盘应该能自动弹出。在游戏内,触摸键盘也会以同样的方式弹出。
1515
1616### Linux 系统
1717
Original file line number Diff line number Diff line change 88## 安装了其他 mod
99
1010- 请检查您使用的启动器、平台、游戏版本、mod 加载器是否为受支持的,确保安装了前置模组。
11- - 您可以单独安装 TouchController 以及前置测试 ,如果仍出现 bug,请报告给我们。
11+ - 您可以单独安装 TouchController ** 以及 ** 前置测试 ,如果仍出现 bug,请报告给我们。
1212- 您可以移除其他 mod,再一一添加,测试是哪个 mod 导致的 bug,并报告给我们。
1313- 您可以[ 点击这里] ( https://github.com/TouchController/TouchController/issues/new?template=bug_report_zh_cn.yml ) 反馈一个 bug。请注意,反馈 bug 需要详细地说明情况,需要提供日志以及复现流程。
1414
1515## 在整合包中使用 TouchController
1616
1717- 您可以尝试移除 TouchController。如果移除后仍出现异常,那么可能不是 TouchController 导致的 bug。
18- - 在整合包中使用 TouchController 极易导致 bug。
18+ - 在整合包中使用 TouchController ** 极易 ** 导致 bug。
1919- 如果整合包中 mod 较少,您可以依照上面一条的步骤测试 mod 冲突。
2020- 如果 mod 过多无法测试,您可以依照上面一条的步骤直接反馈 bug。
Original file line number Diff line number Diff line change 2222- Linux(目前只支持 Wayland 显示协议,不支持 X11(包括 XWayland);只支持 glibc,暂时不支持 musl;只支持 x86_64、x86、armv7、armv8 架构)
2323- [ Fold Craft Launcher] ( https://github.com/FCL-Team/FoldCraftLauncher )
2424- [ Zalith Launcher] ( https://github.com/ZalithLauncher/ZalithLauncher )
25- - [ Pojav Glow·Worm] ( https://github.com/Vera-Firefly/Pojav-Glow-Worm ) 【停止维护】
26- - [ 修改版 PojavLauncher] ( https://github.com/TouchController/PojavLauncher ) 【停止维护】
25+ - [ Pojav Glow·Worm] ( https://github.com/Vera-Firefly/Pojav-Glow-Worm ) 【** 停止维护** 】
26+ - [ 修改版 PojavLauncher] ( https://github.com/TouchController/PojavLauncher ) 【** 停止维护** 】
2727
2828## 下载
2929
5555
5656## 游玩
5757
58+ 目前 [ GUI 控件] ( ../控件/GUI控件 ) 功能仍在开发中,关闭物品栏、呼出游戏菜单等 ` Escape ` 按键的功能可以由 ** Android** 系统中的** 返回** 所替代。
59+
5860### 隐藏启动器的控件
5961
60- 大部分启动器都有控件编辑功能,您可以删除启动器自带的控件。但请务必保留 ` Escape ` 功能的控件,因为目前 TouchController 暂未提供退出 GUI 的控件(例如背包、箱子) 。
62+ 大部分启动器都有控件编辑功能,您可以删除启动器自带的控件。以 FCL 为例,您只需要新建一个空布局,然后删除原布局 。
6163
6264### 定制您的 TouchController
6365
You can’t perform that action at this time.
0 commit comments