mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
文档更新:部分内容调整补充、WebSocket 客户端接入 (#337)
* update docs * update docs * update docs
This commit is contained in:
@@ -80,9 +80,11 @@ module.exports = {
|
||||
{
|
||||
title: 'HTTP 组件',
|
||||
collapsable: true,
|
||||
sidebarDepth: 2,
|
||||
sidebarDepth: 1,
|
||||
children: [
|
||||
'http/zmrequest',
|
||||
'http/websocket-access',
|
||||
'http/websocket-client',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -99,7 +101,7 @@ module.exports = {
|
||||
{
|
||||
title: '存储组件',
|
||||
collapsable: true,
|
||||
sidebarDepth: 2,
|
||||
sidebarDepth: 1,
|
||||
children: [
|
||||
'store/file-system',
|
||||
'store/cache',
|
||||
|
||||
Reference in New Issue
Block a user