Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
0 parents commit 7bba620
Show file tree
Hide file tree
Showing 140 changed files with 5,957 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | Kotori</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.3.4">
<link rel="preload stylesheet" href="/assets/style.gOOPKvpf.css" as="style">

<script type="module" src="/assets/app.BI-C3PwE.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" href="/favicon.svg">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NES42R3BKE"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-NES42R3BKE");</script>
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"advanced_architecture.md\":\"C5u7Ui5i\",\"advanced_browser.md\":\"wgM1T1Ux\",\"advanced_contributing.md\":\"B7qtzLy9\",\"advanced_develop.md\":\"etIPthZe\",\"advanced_history.md\":\"zK8oUFX9\",\"advanced_index.md\":\"C88PyWUF\",\"advanced_testing.md\":\"NjKEhMaf\",\"advanced_thanks.md\":\"rJMWayv0\",\"api_index.md\":\"BONjOQ33\",\"basic_config.md\":\"3Bp05E4J\",\"basic_index.md\":\"LKLaNAWr\",\"basic_modules.md\":\"DBZMOrr6\",\"basic_start.md\":\"C2FsgMGz\",\"basic_usage.md\":\"B7D_3hMk\",\"guide_base_command.md\":\"D7VFBgLc\",\"guide_base_events.md\":\"CklH1j6g\",\"guide_base_middleware.md\":\"C6TMxbst\",\"guide_base_regexp.md\":\"D9iMEWy0\",\"guide_components_adapter.md\":\"Bne_yAJB\",\"guide_components_api.md\":\"OaTFCzoc\",\"guide_components_custom.md\":\"DDRSSQ_u\",\"guide_components_elements.md\":\"BGA89B_c\",\"guide_extend_tools.md\":\"DxCABUB_\",\"guide_index.md\":\"DTAEBya5\",\"guide_modules_context.md\":\"DbpmHeoC\",\"guide_modules_decorator.md\":\"SZgjxNij\",\"guide_modules_filter.md\":\"DEcMy824\",\"guide_modules_i18n.md\":\"CWvs8Ghq\",\"guide_modules_plugin.md\":\"BaaAhy-d\",\"guide_modules_schema.md\":\"COWdiWIF\",\"guide_modules_service.md\":\"NY7jQReF\",\"guide_start_environment.md\":\"Cq_i6VjS\",\"guide_start_publish.md\":\"BdBbCqiy\",\"guide_start_setup.md\":\"CuuAG2B-\",\"index.md\":\"BEVvx4NT\",\"modules_index.md\":\"eOYp3y72\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Kotori\",\"description\":\"Cross-platform chatbot framework base on Node.js and TypeScript\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/favicon.svg\",\"nav\":[{\"text\":\"入门\",\"link\":\"/basic/\"},{\"text\":\"开发\",\"link\":\"/guide/\"},{\"text\":\"进阶\",\"link\":\"/advanced/\"},{\"text\":\"接口\",\"link\":\"/api/\"},{\"text\":\"模块中心\",\"link\":\"/modules/\"},{\"text\":\"更新日志\",\"link\":\"https://github.com/kotorijs/kotori/blob/master/CHANGELOG.md\"}],\"sidebar\":{\"/basic/\":[{\"items\":[{\"text\":\"简介\",\"link\":\"/basic/\"}]},{\"text\":\"入门\",\"items\":[{\"text\":\"快速开始\",\"link\":\"/basic/start\"},{\"text\":\"模块安装\",\"link\":\"/basic/modules\"},{\"text\":\"配置详解\",\"link\":\"/basic/config\"}]},{\"items\":[{\"text\":\"立即使用\",\"link\":\"/basic/usage\"}]}],\"/guide/\":[{\"items\":[{\"text\":\"前言\",\"link\":\"/guide/\"}]},{\"text\":\"准备流程\",\"items\":[{\"text\":\"环境搭建\",\"link\":\"/guide/start/environment\"},{\"text\":\"项目构建\",\"link\":\"/guide/start/setup\"},{\"text\":\"模块发布\",\"link\":\"/guide/start/publish\"}]},{\"text\":\"基础设施\",\"items\":[{\"text\":\"事件系统(Events)\",\"link\":\"/guide/base/events\"},{\"text\":\"指令注册(Command)\",\"link\":\"/guide/base/command\"},{\"text\":\"中间件(Middleware)\",\"link\":\"/guide/base/middleware\"},{\"text\":\"正则匹配(RegExp)\",\"link\":\"/guide/base/regexp\"}]},{\"text\":\"模块化\",\"items\":[{\"text\":\"插件范式(Plugin)\",\"link\":\"/guide/modules/plugin\"},{\"text\":\"上下文(Context)\",\"link\":\"/guide/modules/context\"},{\"text\":\"配置检测(Schema)\",\"link\":\"/guide/modules/schema\"},{\"text\":\"国际化(i18n)\",\"link\":\"/guide/modules/i18n\"},{\"text\":\"服务依赖(Service)\",\"link\":\"/guide/modules/service\"},{\"text\":\"装饰器(Decorator)\",\"link\":\"/guide/modules/decorator\"},{\"text\":\"滤器(filter)\",\"link\":\"/guide/modules/filter\"}]},{\"text\":\"组件化\",\"items\":[{\"text\":\"实现元素类(Elements)\",\"link\":\"/guide/adapter/elements\"},{\"text\":\"实现接口类(Api)\",\"link\":\"/guide/adapter/api\"},{\"text\":\"实现适配器类(Adapter)\",\"link\":\"/guide/adapter/adapter\"},{\"text\":\"自定义服务(Service)\",\"link\":\"/guide/adapter/custom\"}]},{\"text\":\"扩展功能\",\"items\":[{\"text\":\"工具类\",\"link\":\"/guide/extend/tools\"}]}],\"/advanced/\":[{\"text\":\"氟框架\",\"link\":\"/advanced/\"},{\"text\":\"架构\",\"link\":\"/advanced/architecture\"},{\"text\":\"开发\",\"items\":[{\"text\":\"单元测试\",\"link\":\"/advanced/testing\"},{\"text\":\"作为依赖与二次开发\",\"link\":\"/advanced/develop\"},{\"text\":\"在浏览器使用\",\"link\":\"/advanced/browser\"}]},{\"text\":\"关于\",\"items\":[{\"text\":\"历史\",\"link\":\"/advanced/history\"},{\"text\":\"贡献\",\"link\":\"/advanced/contributing\"},{\"text\":\"感谢\",\"link\":\"/advanced/thanks\"}]}]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/kotorijs/kotori\"}],\"footer\":{\"copyright\":\"MIT Licensed | Copyright © 2023 - 2024 Hotaru\"},\"editLink\":{\"pattern\":\"https://github.com/kotorijs/docs/edit/master/src/:path\",\"text\":\"在 Github 上编辑此页面\"},\"lastUpdated\":{\"text\":\"最后更新\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}},\"docFooter\":{\"prev\":\"上一页\",\"next\":\"下一页\"},\"outline\":{\"label\":\"页面导航\"},\"darkModeSwitchLabel\":\"主题\",\"lightModeSwitchTitle\":\"切换到浅色模式\",\"darkModeSwitchTitle\":\"切换到深色模式\",\"sidebarMenuLabel\":\"菜单\",\"returnToTopLabel\":\"返回顶部\"},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://kotori.js.org
28 changes: 28 additions & 0 deletions advanced/architecture.html

Large diffs are not rendered by default.

Loading

0 comments on commit 7bba620

Please sign in to comment.