docs: 📝更新格式

This commit is contained in:
wanglihui 2024-05-19 22:25:22 +08:00
parent 00d30584ed
commit 73faa446f0

View File

@ -34,6 +34,7 @@
📚 [在线文档](https://tsdaodao.com/) | 🚀 [演示地址](https://web.botgate.cn/)(账号/密码15900000002/a1234567
## 简介
唐僧叨叨 PC 端支持 Web 端、Mac 端、Windows 端、Linux 端,是一款高颜值 IM 即时通讯聊天软件,让企业轻松拥有自己的即时通讯软件。由[悟空 IM](https://githubim.com/)提供动力。
## Web 版本运行
@ -59,8 +60,9 @@ yarn dev
yarn build
```
4. 发布镜像
> 修改 api 地址 packages/tsdaodaoweb/src/index.tsx 修改 WKApp.apiClient.config.apiURL = "/api/v1/"
4. 发布镜像
> 修改 api 地址 packages/tsdaodaoweb/src/index.tsx 修改 WKApp.apiClient.config.apiURL = "/api/v1/"
```shell
make deploy
@ -96,7 +98,7 @@ yarn build
4. Mac APP 打包
> [!TIP]
> [!TIP]
> 注意先运行`yarn build`编译
```shell
@ -105,19 +107,18 @@ yarn build-ele:mac
5. Windows APP 打包
> [!TIP]
> [!TIP]
> 注意先运行`yarn build`编译
```shell
yarn build-ele:win
```
5. Linux APP 打包
> [!TIP]
> [!TIP]
> 注意先运行`yarn build`编译
```shell
yarn build-ele:linux
```
```