Skip to content

Commit 9365ec6

Browse files
committed
更新文档,添加Lua API文档
1 parent 280d899 commit 9365ec6

File tree

8 files changed

+615
-324
lines changed

8 files changed

+615
-324
lines changed

docs/.vuepress/.temp/internal/routes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ export const redirects = JSON.parse("{}")
22

33
export const routes = Object.fromEntries([
44
["/api-documentation.html", { loader: () => import(/* webpackChunkName: "api-documentation.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/api-documentation.html.js"), meta: {"title":"API文档"} }],
5+
["/galgamelua-api-documentation.html", { loader: () => import(/* webpackChunkName: "galgamelua-api-documentation.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/galgamelua-api-documentation.html.js"), meta: {"title":"GalGame API文档"} }],
6+
["/gamelua-api-documentation.html", { loader: () => import(/* webpackChunkName: "gamelua-api-documentation.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/gamelua-api-documentation.html.js"), meta: {"title":"游戏API文档"} }],
57
["/get-started.html", { loader: () => import(/* webpackChunkName: "get-started.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/get-started.html.js"), meta: {"title":"快速开始"} }],
68
["/", { loader: () => import(/* webpackChunkName: "index.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/index.html.js"), meta: {"title":"主页"} }],
79
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/404.html.js"), meta: {"title":""} }],

docs/.vuepress/.temp/pages/get-started.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)