From 3e0034b80b73bc41c214d8fa63c2aeaa78ab1a88 Mon Sep 17 00:00:00 2001
From: ChenZhoYu <790348264@qq.com>
Date: Tue, 2 Apr 2024 11:55:19 +0800
Subject: [PATCH] chore: doc
---
README.md | 99 ++++++++++++++++++++++++++-----------------------------
1 file changed, 46 insertions(+), 53 deletions(-)
diff --git a/README.md b/README.md
index 0676f8b..7e9e35c 100644
--- a/README.md
+++ b/README.md
@@ -3,84 +3,77 @@
-简体中文 |
-English
+ 简体中文 | English
+`douyin` 是一个模仿抖音的移动端短视频项目,它基于 [`Vue`](https://cn.vuejs.org/)、[`Vite`](https://cn.vitejs.dev/) 实现。使用了最新的 `Vue` 全家桶技术栈,接口数据通过 [`axios-mock-adapter`](https://github.com/ctimmerm/axios-mock-adapter) 模拟
-
- douyin是一个模仿抖音的移动端短视频项目,它基于 Vue,
-Vite实现。使用了最新的Vue全家桶技术栈,接口数据通过
-axios-mock-adapter模拟
-
+## 在线访问
-## 📸 在线访问
+Vercel: [http://dy.ttentau.top](http://dy.ttentau.top) (国内推荐访问这个)
-Vercel: (国内推荐访问这个)
+Netlify:[https://douyins.netlify.app](https://douyins.netlify.app) (需要翻墙)
-Netlify: (需要翻墙)
+**注意**:`PC` 浏览器请用手机模式访问。先按 `F12` 调出控制台,再按 `Ctrl+Shift+M` 切换到手机模式
-**注意**:PC浏览器请用手机模式访问。先按F12调出控制台,再按Ctrl+Shift+M切换到手机模式
+**注意**:手机请用 [Via 浏览器](https://viayoo.com/zh-cn/) 或者 Chrome 浏览器预览。其它浏览器会强制将视频全屏,导致样式失效
-**注意**:手机请用[Via浏览器](https://viayoo.com/zh-cn/)或者Chrome浏览器预览。其他浏览器会强制将视频全屏,导致样式都失效
-
-## 🖼️ 效果截图
+## 效果截图
-

-

-

-

-

-

-

-

-

-

+

+

+

+

+

+

+

+

+

+
## 相关帖子
-- 掘金:https://juejin.cn/spost/7352813352051687458
-- V2Nex:https://www.v2ex.com/t/1028678#reply116
+- 掘金:https://juejin.cn/spost/7352813352051687458
+- V2EX:https://www.v2ex.com/t/1028678#reply116
## 项目所展示的网红
-- 我是香秀🐂🍺: https://v.douyin.com/iYRAPA2L/
-- 杨老虎🐯(磕穿下巴掉牙版): https://v.douyin.com/iYRA56de/
-- 条子: https://v.douyin.com/iYRAaqjr/
-- 达莎Digi: https://v.douyin.com/iYRA6rwT/
-- 小橙子: https://v.douyin.com/iYRAnudw/
-- 南恬: https://v.douyin.com/iYRAbKm3/
-- 小霸宠牛排🥩:https://v.douyin.com/iYRSosVB/
-- 奶茶妹◕🌱: https://v.douyin.com/iYRACKhP/
-- 我才是岚岚: https://v.douyin.com/iYRAQM1C/
-- 周憬艺ziran: https://v.douyin.com/iYRAQs4h/
-- 刘思瑶nice: https://v.douyin.com/iYRAaERn/
-- 彭十六elf: https://v.douyin.com/iYRAHrVG/
-- 李子柒:https://v.douyin.com/iYRA5B88/
-
+- 我是香秀 🐂🍺: [https://v.douyin.com/iYRAPA2L/](https://v.douyin.com/iYRAPA2L/)
+- 杨老虎 🐯(磕穿下巴掉牙版): [https://v.douyin.com/iYRA56de/](https://v.douyin.com/iYRA56de/)
+- 条子: [https://v.douyin.com/iYRAaqjr/](https://v.douyin.com/iYRAaqjr/)
+- 达莎 Digi:[https://v.douyin.com/iYRA6rwT/](https://v.douyin.com/iYRA6rwT/)
+- 小橙子: [https://v.douyin.com/iYRAnudw/](https://v.douyin.com/iYRAnudw/)
+- 南恬: [https://v.douyin.com/iYRAbKm3/](https://v.douyin.com/iYRAbKm3/)
+- 小霸宠牛排 🥩:[https://v.douyin.com/iYRSosVB/](https://v.douyin.com/iYRSosVB/)
+- 奶茶妹 ◕🌱: [https://v.douyin.com/iYRACKhP/](https://v.douyin.com/iYRACKhP/)
+- 我才是岚岚: [https://v.douyin.com/iYRAQM1C/](https://v.douyin.com/iYRAQM1C/)
+- 周憬艺 ziran: [https://v.douyin.com/iYRAQs4h/](https://v.douyin.com/iYRAQs4h/)
+- 刘思瑶 nice: [https://v.douyin.com/iYRAaERn/](https://v.douyin.com/iYRAaERn/)
+- 彭十六 elf: [https://v.douyin.com/iYRAHrVG/](https://v.douyin.com/iYRAHrVG/)
+- 李子柒:[https://v.douyin.com/iYRA5B88/](https://v.douyin.com/iYRA5B88/)
## 运行项目
-本项目是基于`Vue`开发的,需要 node 环境来运行。
+本项目是基于 `Vue` 开发的,需要 `node` 环境来运行。
+
+1. 安装 `NodeJS`,参考[官方文档](https://nodejs.org/en/download)
+2. 安装 `pnpm` 包管理工具,运行 `npm install -g pnpm` 来安装
+3. 使用 `git clone https://github.com/zyronon/douyin.git` 下载项目到本地
+4. 进入项目目录`cd douyin`,在项目根目录下,运行`pnpm install`来下载依赖。
+5. 执行`pnpm dev`来启动项目,项目默认地址为[`http://localhost:3000`](http://localhost:3000)
+6. 在浏览器中打开[`http://localhost:3000`](http://localhost:3000) 来访问项目。 `Chrome` 切换成手机模式快捷键,先按 `F12` 调出控制台,再按 `Ctrl+Shift+M`(设备仿真模拟)
-1. 安装 NodeJS,参考[官方文档](https://nodejs.org/en/download)
-2. 使用 `git clone https://github.com/zyronon/douyin.git` 下载项目到本地
-3. 进入项目目录` cd douyin `,在项目根目录下,运行`npm install`来下载依赖。
-4. 执行`npm run dev`来启动项目,项目默认地址为[`http://localhost:3000`](http://localhost:3000)
-5. 在浏览器中打开[`http://localhost:3000`](http://localhost:3000) 来访问项目。
- Chrome切换成手机模式快捷键,先按F12调出控制台,再按Ctrl+Shift+M
+## 功能与建议
-## 🎙 功能与建议
+目前项目处于开发初期,新功能正在持续添加中,如果你对软件有任何功能与建议,欢迎在 `Issues` 中提出
+如果你也喜欢本软件的设计思想,欢迎提交 `PR`,非常感谢你对我们的支持!
-目前项目处于开发初期,新功能正在持续添加中,如果你对软件有任何功能与建议,欢迎在 Issues 中提出
-如果你也喜欢本软件的设计思想,欢迎提交 pr,非常感谢你对我们的支持!
-
## 联系我
您可以联系我的邮箱 zyronon@163.com
-## MIT许可协议
+## 许可协议
-[MIT](LICENSE)
+[MIT](LICENSE)