mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
add some irrelevant docs to expand white border
This commit is contained in:
parent
f6cccb00e3
commit
35e18d0481
BIN
docs/.vuepress/public/index_demo.png
Normal file
BIN
docs/.vuepress/public/index_demo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 449 KiB |
@ -15,4 +15,26 @@ features:
|
||||
details: 支持命令、普通文本、正则匹配、自然语言处理等多种对话解析方式,利用协程巧妙实现了直观的交互式会话模式,同时支持多种富文本的处理。
|
||||
footer: |
|
||||
Apache-2.0 Licensed | Copyright © 2019-2022 Zhamao Developer Team | <a href="http://beian.miit.gov.cn">沪ICP备2021010446号-1</a>
|
||||
---
|
||||
---
|
||||
|
||||
# 快速上手
|
||||
|
||||
## 安装框架和环境
|
||||
|
||||
此命令可一键以模板安装 `zhamao-framework` 和 `PHP` 独立环境到目录下,无需 root!(仅限 Linux)
|
||||
|
||||
```bash
|
||||
mkdir my-app
|
||||
cd my-app
|
||||
bash -c "$(curl -fsSL https://api.zhamao.xin/go.sh)"
|
||||
```
|
||||
|
||||
## 运行框架
|
||||
|
||||
```bash
|
||||
./zhamao server
|
||||
```
|
||||
|
||||
## 效果图
|
||||
|
||||

|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user