diff options
-rw-r--r-- | docs/.nojekyll | 0 | ||||
-rw-r--r-- | docs/README.md | 38 | ||||
-rw-r--r-- | docs/_404.md | 5 | ||||
-rw-r--r-- | docs/_navbar.md | 5 | ||||
-rw-r--r-- | docs/_sidebar.md | 1 | ||||
-rw-r--r-- | docs/index.html | 37 |
6 files changed, 86 insertions, 0 deletions
diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/.nojekyll diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..303220c --- /dev/null +++ b/docs/README.md @@ -0,0 +1,38 @@ +# 前言 +!> 在阅读本文档时如碰到让您费解的专业词汇,请善用 百度/Bing/Google。 + +!> 在运行期间出现任何错误,欢迎提交issues。如需提问,请先了[解提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md),否则,您的提问大概率非常通常不会回复。 + +### 关于 +本项目名称、灵感均来自 [ANIPLEX](https://aniplex-exe.com/) 发行的 [ATRI-My Dear Moments-](https://atri-mdm.com/) + +本项目中所使用的任何有关 ATRI 的图标、LOGO,解释权、著作权均归 ANIPLEX,由于本项目为开源项目且不收取任何费用,根据其条款,可以将其司作品进行使用。 + +为QQ群中复现一个活灵活现的 ATRI 是本项目的目标。 + +Owner 接触 Python 未满一年,故此项目所展示的内容可能会让您血压升高,请谅解,咱会在以后进行不间断改进。 + +### 实现 +ATRI 可以在任何平台下运行,无论是 Windows 还是 linux 或者 iot,只要你具备基本 Python 环境和一根接入了互联网的网线,均可以运行本项目。 + +此项目的实现方式是 `go-CQHTTP` + `NoneBot2`,以 `Python` 为主语言的项目。 + +目前正在不断更新递代,经综合考虑后随缘打包,平时请直接拉取默认分支,如想体验最新功能,请切换项目分支至 `test`。注意,测试分支存在不确定性因素,包括:造成您电脑卡顿,同您电脑中其他正在运行的软件抢内存,造成您电脑硬盘空间爆满。如出现以上现象,请自行解决。 + +**前身框架 CoolQ,谨此纪念 CoolQ 的停运和 “802” 事件** + +**“愿我们能在更开放的平行世界里相遇”** + +### 附加的一些介绍 +虽然现已处于正式版,功能均能正常运行,但源码就一屎山,就目前水平“能 跑 就 行”,还请各大佬高抬贵手( + +如对其运作效果感兴趣,请加入示例群聊:567297659 + +### 其他 +本项目已启用爱发电,您的支持就是对项目拥有者的最大鼓励! + +并会将您的ID写在项目 README 特别感谢一栏! +-> https://afdian.net/@Kyomotoi + +### 关于开源 +本项目使用 [GPLv3](https://github.com/Kyomotoi/Aya/blob/master/LICENSE) 开源协议,这意味着您可以运行本项目,并向您的用户提供服务,但如果您需要对项目的源码仅限修改,则必须将您修改后的版本对您的用户开源。
\ No newline at end of file diff --git a/docs/_404.md b/docs/_404.md new file mode 100644 index 0000000..920a751 --- /dev/null +++ b/docs/_404.md @@ -0,0 +1,5 @@ +# 404 Not found + +诶呀!页面走丢了... + +或许是姿势不对?换个姿势试试!
\ No newline at end of file diff --git a/docs/_navbar.md b/docs/_navbar.md new file mode 100644 index 0000000..a8b4f76 --- /dev/null +++ b/docs/_navbar.md @@ -0,0 +1,5 @@ +* [交流](https://jq.qq.com/?_wv=1027&k=lpLvcfzh) + +* [GitHub](https://github.com/Kyomotoi/ATRI) + +* [更新日志](https://github.com/Kyomotoi/ATRI/blob/YHN-00B-XXX/changelog.md)
\ No newline at end of file diff --git a/docs/_sidebar.md b/docs/_sidebar.md new file mode 100644 index 0000000..c719c6d --- /dev/null +++ b/docs/_sidebar.md @@ -0,0 +1 @@ +* [README](README.md)
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..ea89083 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html lang="zh"> +<head> + <meta charset="UTF-8"> + <title>ATRI</title> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> + <meta name="description" content="Description"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> + <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> +</head> +<body> + <div id="app">Loading...</div> + <script> + window.$docsify = { + el: '#app', + name: 'ATRI User Docs', + maxLevel: 3, + homepage: 'readme.md', + themeColor: ' #00BFFF', + loadNavbar: true, + loadSidebar: true, + notFoundPage: true, + search: 'auto', + search: { + maxAge: 86400000, + paths: 'auto', + placeholder: '键入开始搜索...', + noData: '这里没有你想要的东西...', + namespace: 'atridocs' + } + } + </script> + <!-- Docsify v4 --> + <script src="//cdn.jsdelivr.net/npm/docsify@4"></script> + <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> +</body> +</html> |