diff --git a/docs/.vuepress/sidebar.js b/docs/.vuepress/sidebar.js index 84f063e..ad1476c 100755 --- a/docs/.vuepress/sidebar.js +++ b/docs/.vuepress/sidebar.js @@ -11,6 +11,7 @@ const sidebar = { 'component': [ '/doc/component/fs', '/doc/component/drvmodel', + '/doc/component/humancompter', '/doc/component/lib', '/doc/component/gui' ], diff --git a/docs/doc/component/README.md b/docs/doc/component/README.md index 34471ba..c146c62 100644 --- a/docs/doc/component/README.md +++ b/docs/doc/component/README.md @@ -6,6 +6,8 @@ * [驱动模型](/doc/component/drvmodel.md) +* [人机交互](/doc/component/humancompter.md) + * [第三方库](/doc/component/lib.md) * [GUI图形库](/doc/component/gui.md) diff --git a/docs/doc/component/humancompter.md b/docs/doc/component/humancompter.md new file mode 100644 index 0000000..032f255 --- /dev/null +++ b/docs/doc/component/humancompter.md @@ -0,0 +1,2 @@ +# 人机交互 +