ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

Emutouch学习笔记

2026/9/12 3:05:45 拓冰建站 浏览量
Emutouch学习笔记

1 项目依赖

  • DeviceFarmer/minitouch

1.1 确认submodule引用的 commit ID

git submodule status

1.2 更新子模块到最新版本

git submodule init && git submodule update --remote