docs: update paths for frontends/ migration
This commit is contained in:
20
README.md
20
README.md
@@ -115,7 +115,7 @@ qq_allowed_users = ["YOUR_USER_OPENID"] # or ['*'] for public access
|
||||
```
|
||||
|
||||
```bash
|
||||
python qqapp.py
|
||||
python frontends/qqapp.py
|
||||
# or launch together with the desktop floating window
|
||||
python launch.pyw --qq
|
||||
```
|
||||
@@ -127,7 +127,7 @@ python launch.pyw --qq
|
||||
|
||||
```bash
|
||||
pip install lark-oapi
|
||||
python fsapp.py # or python launch.pyw --feishu
|
||||
python frontends/fsapp.py # or python launch.pyw --feishu
|
||||
```
|
||||
|
||||
```python
|
||||
@@ -147,7 +147,7 @@ Full setup: [assets/SETUP_FEISHU.md](assets/SETUP_FEISHU.md)
|
||||
|
||||
```bash
|
||||
pip install wecom_aibot_sdk
|
||||
python wecomapp.py # or python launch.pyw --wecom
|
||||
python frontends/wecomapp.py # or python launch.pyw --wecom
|
||||
```
|
||||
|
||||
```python
|
||||
@@ -161,7 +161,7 @@ wecom_welcome_message = "Hello, I'm online."
|
||||
|
||||
```bash
|
||||
pip install dingtalk-stream
|
||||
python dingtalkapp.py # or python launch.pyw --dingtalk
|
||||
python frontends/dingtalkapp.py # or python launch.pyw --dingtalk
|
||||
```
|
||||
|
||||
```python
|
||||
@@ -180,7 +180,7 @@ tg_allowed_users = [YOUR_USER_ID]
|
||||
```
|
||||
|
||||
```bash
|
||||
python tgapp.py
|
||||
python frontends/tgapp.py
|
||||
```
|
||||
|
||||
|
||||
@@ -367,7 +367,7 @@ qq_allowed_users = ["YOUR_USER_OPENID"] # 或 ['*'] 公开访问
|
||||
```
|
||||
|
||||
```bash
|
||||
python qqapp.py
|
||||
python frontends/qqapp.py
|
||||
# 或与桌面悬浮窗一起启动
|
||||
python launch.pyw --qq
|
||||
```
|
||||
@@ -378,7 +378,7 @@ python launch.pyw --qq
|
||||
|
||||
```bash
|
||||
pip install lark-oapi
|
||||
python fsapp.py # 或 python launch.pyw --feishu
|
||||
python frontends/fsapp.py # 或 python launch.pyw --feishu
|
||||
```
|
||||
|
||||
```python
|
||||
@@ -398,7 +398,7 @@ fs_allowed_users = ["ou_xxx"] # 或 ['*']
|
||||
|
||||
```bash
|
||||
pip install wecom_aibot_sdk
|
||||
python wecomapp.py # 或 python launch.pyw --wecom
|
||||
python frontends/wecomapp.py # 或 python launch.pyw --wecom
|
||||
```
|
||||
|
||||
```python
|
||||
@@ -412,7 +412,7 @@ wecom_welcome_message = "你好,我在线上。"
|
||||
|
||||
```bash
|
||||
pip install dingtalk-stream
|
||||
python dingtalkapp.py # 或 python launch.pyw --dingtalk
|
||||
python frontends/dingtalkapp.py # 或 python launch.pyw --dingtalk
|
||||
```
|
||||
|
||||
```python
|
||||
@@ -431,7 +431,7 @@ tg_allowed_users = [YOUR_USER_ID]
|
||||
```
|
||||
|
||||
```bash
|
||||
python tgapp.py
|
||||
python frontends/tgapp.py
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user