mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-11 15:47:06 +08:00
chore: remove apiSidebar.ts
This commit is contained in:
parent
3581e2604b
commit
4343da6fe0
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ user.ts
|
||||
graph.svg
|
||||
docs/.vitepress/cache
|
||||
docs/.vitepress/dist
|
||||
docs/.vitepress/apiSidebar.ts
|
||||
|
@ -1,338 +0,0 @@
|
||||
import { DefaultTheme } from 'vitepress';
|
||||
|
||||
export default [
|
||||
{
|
||||
"text": "目录",
|
||||
"link": "/api/"
|
||||
},
|
||||
{
|
||||
"text": "motajs-client",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-client/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-client-base",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "KeyCode",
|
||||
"link": "/api/motajs-client-base/KeyCode.md"
|
||||
},
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-client-base/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-common",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "Logger",
|
||||
"link": "/api/motajs-common/Logger.md"
|
||||
},
|
||||
{
|
||||
"text": "函数",
|
||||
"link": "/api/motajs-common/functions.md"
|
||||
},
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-common/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-legacy-client",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-legacy-client/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-legacy-common",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-legacy-common/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-legacy-system",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-legacy-system/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-legacy-ui",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-legacy-ui/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-render",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-render/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-render-core",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "Container",
|
||||
"link": "/api/motajs-render-core/Container.md"
|
||||
},
|
||||
{
|
||||
"text": "ContainerCustom",
|
||||
"link": "/api/motajs-render-core/ContainerCustom.md"
|
||||
},
|
||||
{
|
||||
"text": "Event",
|
||||
"link": "/api/motajs-render-core/Event.md"
|
||||
},
|
||||
{
|
||||
"text": "GL2",
|
||||
"link": "/api/motajs-render-core/GL2.md"
|
||||
},
|
||||
{
|
||||
"text": "GL2Program",
|
||||
"link": "/api/motajs-render-core/GL2Program.md"
|
||||
},
|
||||
{
|
||||
"text": "MotaOffscreenCanvas2D",
|
||||
"link": "/api/motajs-render-core/MotaOffscreenCanvas2D.md"
|
||||
},
|
||||
{
|
||||
"text": "MotaRenderer",
|
||||
"link": "/api/motajs-render-core/MotaRenderer.md"
|
||||
},
|
||||
{
|
||||
"text": "RenderAdapter",
|
||||
"link": "/api/motajs-render-core/RenderAdapter.md"
|
||||
},
|
||||
{
|
||||
"text": "RenderItem",
|
||||
"link": "/api/motajs-render-core/RenderItem.md"
|
||||
},
|
||||
{
|
||||
"text": "Shader",
|
||||
"link": "/api/motajs-render-core/Shader.md"
|
||||
},
|
||||
{
|
||||
"text": "ShaderProgram",
|
||||
"link": "/api/motajs-render-core/ShaderProgram.md"
|
||||
},
|
||||
{
|
||||
"text": "Sprite",
|
||||
"link": "/api/motajs-render-core/Sprite.md"
|
||||
},
|
||||
{
|
||||
"text": "Transform",
|
||||
"link": "/api/motajs-render-core/Transform.md"
|
||||
},
|
||||
{
|
||||
"text": "函数",
|
||||
"link": "/api/motajs-render-core/functions.md"
|
||||
},
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-render-core/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-render-elements",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "BlockCacher",
|
||||
"link": "/api/motajs-render-elements/BlockCacher.md"
|
||||
},
|
||||
{
|
||||
"text": "Camera",
|
||||
"link": "/api/motajs-render-elements/Camera.md"
|
||||
},
|
||||
{
|
||||
"text": "CameraAnimation",
|
||||
"link": "/api/motajs-render-elements/CameraAnimation.md"
|
||||
},
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-render-elements/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-render-style",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-render-style/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-render-vue",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-render-vue/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-system",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-system/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-system-action",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-system-action/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-system-ui",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-system-ui/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "motajs-types",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/motajs-types/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-client-modules",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-client-modules/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-data-base",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-data-base/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-data-fallback",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-data-fallback/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-data-state",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-data-state/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-data-utils",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-data-utils/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-entry-client",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-entry-client/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-entry-data",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-entry-data/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-legacy-plugin-client",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-legacy-plugin-client/index.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "user-legacy-plugin-data",
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"text": "主页",
|
||||
"link": "/api/user-legacy-plugin-data/index.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
] as DefaultTheme.SidebarItem[];
|
Loading…
Reference in New Issue
Block a user