diff --git a/README.md b/README.md index 6e754bb..3b61a47 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Dexterous hand-operated dashboard for LinkerHand 👋! +[中文文档](./docs/README_CN.md) [中文贡献指南](./docs/contribute_CN.md) + ## Project Overview **Dexterous Hand Dashboard** is a control dashboard service specifically developed for the LinkerHand dexterous hand device. Built with Golang, it provides a flexible RESTful API interface, enabling finger and palm pose control, execution of preset gestures, real-time sensor data monitoring, and dynamic configuration of hand type (left or right) and CAN interfaces. diff --git a/README_CN.md b/docs/README_CN.md similarity index 98% rename from README_CN.md rename to docs/README_CN.md index ecf30d5..32f7d61 100644 --- a/README_CN.md +++ b/docs/README_CN.md @@ -1,5 +1,7 @@ # Dexterous Hand Dashboard 项目文档 +[贡献指南](./contribute_CN.md) + ## 项目概述 **Dexterous Hand Dashboard** 是专为 LinkerHand 灵巧手设备开发的控制仪表盘服务。该服务基于 Golang 开发,提供灵活的 RESTful API 接口,可实现手指与掌部姿态控制、预设动作执行及实时传感器数据监控,并支持动态配置手型(左手或右手)及 CAN 接口。