From 00d30584ed563cd06e366d966d43e99327fedc84 Mon Sep 17 00:00:00 2001
From: wanglihui <1769794040@qq.com>
Date: Sun, 19 May 2024 22:21:04 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=E6=96=B0=E5=A2=9E=E6=BC=94?=
=?UTF-8?q?=E7=A4=BA=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 55cf77d..d60d899 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# 唐僧叨叨 PC 端
-唐僧叨叨 PC 端支持 Web 端、Mac 端、Windows 端、Linux 端,是一款高颜值 IM 即时通讯聊天软件,让企业轻松拥有自己的即时通讯软件。由[悟空 IM](https://githubim.com/)提供动力。
-
 
@@ -33,8 +31,14 @@
 
+📚 [在线文档](https://tsdaodao.com/) | 🚀 [演示地址](https://web.botgate.cn/)(账号/密码:15900000002/a1234567)
+
+## 简介
+唐僧叨叨 PC 端支持 Web 端、Mac 端、Windows 端、Linux 端,是一款高颜值 IM 即时通讯聊天软件,让企业轻松拥有自己的即时通讯软件。由[悟空 IM](https://githubim.com/)提供动力。
+
## Web 版本运行
+> [!TIP]
> 本地开发建议`node v18.17.1`、 `yarn 1.22.17`
1. 安装依赖
@@ -92,6 +96,7 @@ yarn build
4. Mac APP 打包
+ > [!TIP]
> 注意先运行`yarn build`编译
```shell
@@ -100,6 +105,7 @@ yarn build-ele:mac
5. Windows APP 打包
+ > [!TIP]
> 注意先运行`yarn build`编译
```shell
@@ -109,6 +115,7 @@ yarn build-ele:win
5. Linux APP 打包
+ > [!TIP]
> 注意先运行`yarn build`编译
```shell