Skip to content

Commit 92029d3

Browse files
committedMay 7, 2024
docs: Added README."de".md translation via https://github.com/dephraiim/translate-readme
1 parent dc97348 commit 92029d3

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed
 

‎README.de.md

+128
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<h1 align="center">
2+
Douyin-Vue
3+
</h1>
4+
5+
<p align="center">
6+
<a href="docs/README.en.md">English</a> | <a href="docs/README.es.md">Spanish</a> | <a href="docs/README.de.md">German</a> |
7+
<a href="docs/README.fr.md">French</a> | <a href="README.md">简体中文</a> | <a href="docs/README.ja.md">日本語</a>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://github.com/zyronon/douyin/blob/master/LICENSE"><img src="https://img.shields.io/github/license/zyronon/douyin" alt="License"></a>
12+
<a><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/></a>
13+
<a><img src="https://img.shields.io/badge/Powered%20by-Vue-blue"/></a>
14+
</p>
15+
16+
`douyin-vue` 是一个模仿 `抖音|TikTok`mobiles Kurzvideoprojekt.`Vue`„Best Practices“ auf der mobilen Seite, vergleichbar mit Native`App`Seidiges und geschmeidiges Erlebnis. Habe das Neueste verwendet`Vue`Technologie-Stack, basierend auf[`Vue3`](https://cn.vuejs.org/)[`Vite5`](https://cn.vitejs.dev/)[`Pinia`](https://pinia.vuejs.org/)erreichen. Die Daten werden lokal im Projekt gespeichert[`axios-mock-adapter`](https://github.com/ctimmerm/axios-mock-adapter)Die Bibliothek fängt die API ab und gibt lokale JSON-Daten zurück, um echte Backend-Anfragen zu simulieren.
17+
18+
<div>
19+
<img width="150px" src='docs/imgs/1.gif' />
20+
<img width="150px" src='docs/imgs/2.gif' />
21+
<img width="150px" src='docs/imgs/3.gif' />
22+
<img width="150px" src='docs/imgs/4.gif' />
23+
<img width="150px" src='docs/imgs/5.gif' />
24+
</div>
25+
26+
## Online-Zugang
27+
28+
[//]: # "Gitee Pages: [https://zyronon.gitee.io/douyin/](https://zyronon.gitee.io/douyin/)(中国地区推荐访问这个地址) "
29+
30+
[//]: # "注意:Gitee Pages现在无法更新,代码不是最新的。如果你能翻墙推荐访问下面地址 "
31+
32+
Github-Seiten:<https://dy.ttentau.top/>
33+
34+
[//]: # "Gitee pages: [https://dy.ttentau.top/](https://dy.ttentau.top/) (中国地区推荐访问这个地址) "
35+
36+
[//]: # "Github pages: [https://zyronon.github.io/douyin/](https://zyronon.github.io/douyin/) "
37+
38+
[//]: # "Netlify: [https://douyins.netlify.app/](https://douyins.netlify.app/)"
39+
40+
[//]: # "Vercel: [https://douyins.vercel.app](https://douyins.vercel.app)"
41+
42+
[//]: # "Android Apk: https://github.com/zyronon/douyin/releases"
43+
44+
[//]: # "**注意**:`PC` 必须将浏览器切到手机模式,先按 `F12` 调出控制台,再按 `Ctrl+Shift+M`才能正常预览"
45+
46+
[//]: # "**注意**:手机请用 [Via 浏览器](https://viayoo.com/zh-cn/) 或 Chrome 浏览器预览。其它浏览器可能会强制将视频全屏,导致无法正常显示"
47+
48+
## Verknüpfung
49+
50+
\[Imitation Douyin-Serie] 1:[200 Codezeilen zur Implementierung einer Karussellkomponente ähnlich Swiper.js](https://juejin.cn/post/7360512664317018146)
51+
\[Imitation Douyin-Serie] 2:[Verwirklichen Sie den „unendlich gleitenden Video“-Effekt auf Douyin](https://juejin.cn/post/7361614921519054883)
52+
\[Imitation Douyin-Serie] Drei:[Einführung in die Verwendung des Vue-Routings und das Hinzufügen von Übergangsanimationen](https://juejin.cn/post/7362528152777130025)
53+
\[Imitation Douyin-Serie] Vier:[Bedingtes Routen-Caching von Vue, genau wie bei herkömmlichen Nachrichtenseiten](https://juejin.cn/post/7365334891473240101)
54+
\[Imitation Douyin-Serie] Vier:[Github-Aktionen stellen Seiten bereit, synchronisieren mit Gitee, übersetzen README, packen Docker-Image](https://juejin.cn/post/7365757742381957161)
55+
56+
## laufen
57+
58+
Hinweis: Dieses Projekt ist nur für Studien- und Forschungszwecke geeignet, nicht für die kommerzielle Nutzung
59+
60+
### Schnelle Bereitstellung in Vercel
61+
62+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/zyronon/douyin)
63+
64+
### Auf Docker bereitstellen
65+
66+
```bash
67+
# pull Docker image
68+
docker pull ghcr.io/zyronon/douyin-vue:latest
69+
70+
# start container, nginx reverse proxy custom port, for example: docker run -d -p 80:80 ghcr.io/zyronon/douyin-vue:latest
71+
docker run -d -p 80:80 ghcr.io/zyronon/douyin-vue:latest
72+
```
73+
74+
### lokale Entwicklung
75+
76+
**Hinweis: Der Git-Befehl muss geklont werden, damit er ausgeführt werden kann. Das Herunterladen des ZIP-Pakets ist nicht möglich. Wenn die Klongeschwindigkeit zu langsam ist, wird empfohlen, die Gitee-Adresse zu verwenden**
77+
78+
```bash
79+
git clone https://gitee.com/zyronon/douyin.git (中国使用)
80+
https://github.com/zyronon/douyin.git
81+
cd douyin
82+
npm install
83+
npm run dev
84+
```
85+
86+
Öffnen Sie Ihren Browser und besuchen Sie:<http://127.0.0.1:3000>
87+
88+
**Hinweis: Sie müssen den Browser in den Mobilmodus schalten, indem Sie zuerst drücken`F12`Um die Konsole aufzurufen, drücken Sie`Ctrl+Shift+M`um eine normale Vorschau anzuzeigen**
89+
90+
## Datenquellen
91+
92+
Das Video stammt von folgenden Douyin-Prominenten
93+
94+
- `我是香秀 🐂🍺`:<https://v.douyin.com/iYRAPA2L/>
95+
- `杨老虎 🐯(磕穿下巴掉牙版)`:<https://v.douyin.com/iYRA56de/>
96+
- `条子`:<https://v.douyin.com/iYRAaqjr/>
97+
- `达莎 Digi`<https://v.douyin.com/iYRA6rwT/>
98+
- `小橙子`:<https://v.douyin.com/iYRAnudw/>
99+
- `南恬`:<https://v.douyin.com/iYRAbKm3/>
100+
- `小霸宠牛排 🥩`<https://v.douyin.com/iYRSosVB/>
101+
- `奶茶妹 ◕🌱`:<https://v.douyin.com/iYRACKhP/>
102+
- `我才是岚岚`:<https://v.douyin.com/iYRAQM1C/>
103+
- `周憬艺 ziran`:<https://v.douyin.com/iYRAQs4h/>
104+
- `刘思瑶 nice`:<https://v.douyin.com/iYRAaERn/>
105+
- `彭十六 elf`:<https://v.douyin.com/iYRAHrVG/>
106+
- `李子柒`:<https://v.douyin.com/iYRA5B88/>
107+
108+
Bild aus den öffentlichen Notizen von Xiaohongshu
109+
110+
Bei den oben genannten Inhalten handelt es sich um alle öffentlichen Informationen im Internet
111+
112+
## Funktionen und Vorschläge
113+
114+
Das Projekt befindet sich derzeit in einem frühen Entwicklungsstadium und es werden kontinuierlich neue Funktionen hinzugefügt. Wenn Sie Funktionen oder Vorschläge für die Software haben, können Sie sich gerne an uns wenden.`Issues`aufgewachsen in
115+
Wenn Ihnen die Designideen dieser Software auch gefallen, reichen Sie sie bitte ein`PR`, Vielen Dank für deine Unterstützung!
116+
117+
## kontaktiere mich
118+
119+
Sie können meine E-Mail kontaktieren<a href="mailto:zyronon@163.com">zyronon@163.com</a>
120+
121+
> Teilen Sie meine anderen Open-Source-Projekte:
122+
>
123+
> _[**Wort eingeben**- Software zum Auswendiglernen von Vokabeln, die im Internet verwendet werden kann](https://github.com/zyronon/typing-word)<img src="https://img.shields.io/github/stars/zyronon/typing-word.svg?style=flat-square&label=Star&color=4285dd&logo=github" height="16px" />_
124+
> _[**Webskripte**- Einige nützliche Grease Monkey-Skripte ~](https://github.com/zyronon/web-scripts)<img src="https://img.shields.io/github/stars/zyronon/web-scripts.svg?style=flat-square&label=Star&color=4285dd&logo=github" height="16px" />_
125+
126+
## Vereinbarung
127+
128+
[GPL](LICENSE)

0 commit comments

Comments
 (0)
Please sign in to comment.