From 07f32c8c1fde3106b4572e43d55e72ae505e0098 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 02:19:05 +0000
Subject: [PATCH] docs: Added README."en".md translation via
https://github.com/dephraiim/translate-readme
---
README.en.md | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 128 insertions(+)
create mode 100644 README.en.md
diff --git a/README.en.md b/README.en.md
new file mode 100644
index 0000000..8af26ad
--- /dev/null
+++ b/README.en.md
@@ -0,0 +1,128 @@
+
+ Douyin-Vue
+
+
+
+ English | Spanish | German |
+French | 简体中文 | 日本語
+
+
+
+
+
+
+
+
+`douyin-vue`is a parody`抖音|TikTok`mobile short video project.`Vue`"Best practices" on the mobile side, comparable to native`App`Silky and smooth experience. Used the latest`Vue`technology stack, based on[`Vue3`](https://cn.vuejs.org/)、[`Vite5`](https://cn.vitejs.dev/)、[`Pinia`](https://pinia.vuejs.org/)accomplish. The data is saved locally in the project through[`axios-mock-adapter`](https://github.com/ctimmerm/axios-mock-adapter)The library intercepts the API and returns local json data to simulate real backend requests.
+
+
+
+## Online access
+
+[//]: # "Gitee Pages: [https://zyronon.gitee.io/douyin/](https://zyronon.gitee.io/douyin/)(中国地区推荐访问这个地址) "
+
+[//]: # "注意:Gitee Pages现在无法更新,代码不是最新的。如果你能翻墙推荐访问下面地址 "
+
+Github Pages:
+
+[//]: # "Gitee pages: [https://dy.ttentau.top/](https://dy.ttentau.top/) (中国地区推荐访问这个地址) "
+
+[//]: # "Github pages: [https://zyronon.github.io/douyin/](https://zyronon.github.io/douyin/) "
+
+[//]: # "Netlify: [https://douyins.netlify.app/](https://douyins.netlify.app/)"
+
+[//]: # "Vercel: [https://douyins.vercel.app](https://douyins.vercel.app)"
+
+[//]: # "Android Apk: https://github.com/zyronon/douyin/releases"
+
+[//]: # "**注意**:`PC` 必须将浏览器切到手机模式,先按 `F12` 调出控制台,再按 `Ctrl+Shift+M`才能正常预览"
+
+[//]: # "**注意**:手机请用 [Via 浏览器](https://viayoo.com/zh-cn/) 或 Chrome 浏览器预览。其它浏览器可能会强制将视频全屏,导致无法正常显示"
+
+## Link
+
+\[Imitation Douyin Series] 1:[200 lines of code to implement a carousel component similar to Swiper.js](https://juejin.cn/post/7360512664317018146)
+\[Imitation Douyin Series] 2:[Realize the "infinite sliding video" effect on Douyin](https://juejin.cn/post/7361614921519054883)
+\[Imitation Douyin Series] Three:[Introduction to using Vue routing and adding transition animations](https://juejin.cn/post/7362528152777130025)
+\[Imitation Douyin Series] Four:[Vue conditional route caching, just like traditional news sites](https://juejin.cn/post/7365334891473240101)
+\[Imitation Douyin Series] Four:[Github Actions deploy Pages, synchronize to Gitee, translate README, package docker image](https://juejin.cn/post/7365757742381957161)
+
+## run
+
+Note: This project is only suitable for study and research, not for commercial use
+
+### Quickly deploy to Vercel
+
+[](https://vercel.com/new/clone?repository-url=https://github.com/zyronon/douyin)
+
+### Deploy to Docker
+
+```bash
+# pull Docker image
+docker pull ghcr.io/zyronon/douyin-vue:latest
+
+# start container, nginx reverse proxy custom port, for example: docker run -d -p 80:80 ghcr.io/zyronon/douyin-vue:latest
+docker run -d -p 80:80 ghcr.io/zyronon/douyin-vue:latest
+```
+
+### local development
+
+**Note: The git command must be cloned to run. Downloading the zip package cannot run. If the clone speed is too slow, it is recommended to use the gitee address**
+
+```bash
+git clone https://gitee.com/zyronon/douyin.git (中国使用)
+ https://github.com/zyronon/douyin.git
+cd douyin
+npm install
+npm run dev
+```
+
+Open your browser and visit:
+
+**注意:需要将浏览器切至手机模式,先按 `F12`To bring up the console, press`Ctrl+Shift+M`to preview normally**
+
+## Data Sources
+
+The video comes from the following Douyin celebrities
+
+- `我是香秀 🐂🍺`:
+- `杨老虎 🐯(磕穿下巴掉牙版)`:
+- `条子`:
+- `达莎 Digi`:
+- `小橙子`:
+- `南恬`:
+- `小霸宠牛排 🥩`:
+- `奶茶妹 ◕🌱`:
+- `我才是岚岚`:
+- `周憬艺 ziran`:
+- `刘思瑶 nice`:
+- `彭十六 elf`:
+- `李子柒`:
+
+Picture from Xiaohongshu public notes
+
+The above content is all public information on the Internet
+
+## Features and suggestions
+
+The project is currently in the early stages of development, and new features are being added continuously. If you have any features or suggestions for the software, please feel free to contact us.`Issues`raised in
+If you also like the design ideas of this software, please submit it`PR`, thank you very much for your support!
+
+## contact me
+
+You can contact my emailzyronon@163.com
+
+> Share my other open source projects:
+>
+> _[**Typing Word**- Vocabulary memorization software that can be used on the web~](https://github.com/zyronon/typing-word)
_
+> _[**Web Scripts**- Some useful Grease Monkey scripts~](https://github.com/zyronon/web-scripts)
_
+
+## agreement
+
+[GPL](LICENSE)