refactor: update README.md
This commit is contained in:
parent
9866b9259b
commit
a08a4c85fe
72
.github/workflows/readme.yml
vendored
72
.github/workflows/readme.yml
vendored
@ -1,36 +1,36 @@
|
|||||||
#name: Translate README
|
name: Translate README
|
||||||
#
|
|
||||||
#on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
#jobs:
|
jobs:
|
||||||
# build:
|
build:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# - name: Setup Node.js
|
- name: Setup Node.js
|
||||||
# uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
# with:
|
with:
|
||||||
# node-version: 12.x
|
node-version: 12.x
|
||||||
# # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
|
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
|
||||||
# - name: Adding README - English
|
- name: Adding README - English
|
||||||
# uses: dephraiim/translate-readme@main
|
uses: dephraiim/translate-readme@main
|
||||||
# with:
|
with:
|
||||||
# LANG: en
|
LANG: en
|
||||||
# - name: Adding README - Japanese
|
- name: Adding README - Japanese
|
||||||
# uses: dephraiim/translate-readme@main
|
uses: dephraiim/translate-readme@main
|
||||||
# with:
|
with:
|
||||||
# LANG: ja
|
LANG: ja
|
||||||
# - name: Adding README - German
|
- name: Adding README - German
|
||||||
# uses: dephraiim/translate-readme@main
|
uses: dephraiim/translate-readme@main
|
||||||
# with:
|
with:
|
||||||
# LANG: de
|
LANG: de
|
||||||
# - name: Adding README - French
|
- name: Adding README - French
|
||||||
# uses: dephraiim/translate-readme@main
|
uses: dephraiim/translate-readme@main
|
||||||
# with:
|
with:
|
||||||
# LANG: fr
|
LANG: fr
|
||||||
# - name: Adding README - Spanish
|
- name: Adding README - Spanish
|
||||||
# uses: dephraiim/translate-readme@main
|
uses: dephraiim/translate-readme@main
|
||||||
# with:
|
with:
|
||||||
# LANG: es
|
LANG: es
|
||||||
@ -33,11 +33,11 @@
|
|||||||
|
|
||||||
Github pages: [https://zyronon.github.io/douyin/](https://zyronon.github.io/douyin/)
|
Github pages: [https://zyronon.github.io/douyin/](https://zyronon.github.io/douyin/)
|
||||||
|
|
||||||
~~Vercel: [http://dy.ttentau.top/](http://dy.ttentau.top/) (中国推荐访问这个)~~
|
[//]: # (Vercel: [http://dy.ttentau.top/](http://dy.ttentau.top/) (中国推荐访问这个)~~)
|
||||||
|
|
||||||
~~Netlify: [https://douyins.netlify.app/](https://douyins.netlify.app/) (中国以外地区推荐访问这个)~~
|
[//]: # (Netlify: [https://douyins.netlify.app/](https://douyins.netlify.app/) (中国以外地区推荐访问这个)~~)
|
||||||
|
|
||||||
Vercel和Netlify分别送的100G免费流量已经用完了...
|
Vercel和Netlify分别送的100G免费流量已经用完了...🤣
|
||||||
|
|
||||||
Android Apk: https://github.com/zyronon/douyin/releases
|
Android Apk: https://github.com/zyronon/douyin/releases
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user