From 9556dced2b879f1ba530a5067d6ece08b8ed6095 Mon Sep 17 00:00:00 2001 From: Firechildren <1057559779@qq.com> Date: Fri, 18 Feb 2022 07:44:52 +0000 Subject: [PATCH 1/2] update README.md. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 222b7aa..5f6bfd3 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,23 @@ #### 介绍 -想要运行项目,建议先了解uniapp运行编译流程。 +intro目录下有一个apk包,可以下载下来直接放到安卓机里安装使用。 + +如果想要通过源码来运行项目,建议先了解uniapp运行编译流程。 这是个仿qq的聊天软件,前端技术使用的是uniapp,安卓端与ios端样式都做了兼容。后端代码请跳转到另一个[代码仓库(https://gitee.com/private-chat/private-chat-server)](https://gitee.com/private-chat/private-chat-server) 目前该项目已经完成了点对点的实时聊天以及实时的好友添加 + + #### 项目依赖安装 -下载编译器hbuilderx +1. 下载编译器hbuilderx + +2. 在hbilderx里安装sass插件 -在hbilderx里安装sass插件 +3. npm 安装依赖 package.json 文件中就只有一个依赖:crypto-js 。该依赖是用来加密用的,但是目前前端登录用的还是明文传输。 #### 项目配置 -- Gitee From 9083e1c845e475e52da9e26fa983e473e9d2a2d4 Mon Sep 17 00:00:00 2001 From: Firechildren <1057559779@qq.com> Date: Fri, 18 Feb 2022 07:52:44 +0000 Subject: [PATCH 2/2] =?UTF-8?q?md=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0apk=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6bfd3..fed1e84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ #### 介绍 -intro目录下有一个apk包,可以下载下来直接放到安卓机里安装使用。 +[安卓机可以直接下载apk,安装即可使用](http://1.116.67.83:4000/file/private-chat.apk) (若下载地址无法使用,那说明我的服务器过期了) + +测试账号:firechildren/123 以及 admin/123 如果想要通过源码来运行项目,建议先了解uniapp运行编译流程。 -- Gitee