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
|
||||
#
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
#jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Setup Node.js
|
||||
# uses: actions/setup-node@v1
|
||||
# with:
|
||||
# node-version: 12.x
|
||||
# # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
|
||||
# - name: Adding README - English
|
||||
# uses: dephraiim/translate-readme@main
|
||||
# with:
|
||||
# LANG: en
|
||||
# - name: Adding README - Japanese
|
||||
# uses: dephraiim/translate-readme@main
|
||||
# with:
|
||||
# LANG: ja
|
||||
# - name: Adding README - German
|
||||
# uses: dephraiim/translate-readme@main
|
||||
# with:
|
||||
# LANG: de
|
||||
# - name: Adding README - French
|
||||
# uses: dephraiim/translate-readme@main
|
||||
# with:
|
||||
# LANG: fr
|
||||
# - name: Adding README - Spanish
|
||||
# uses: dephraiim/translate-readme@main
|
||||
# with:
|
||||
# LANG: es
|
||||
name: Translate README
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
|
||||
- name: Adding README - English
|
||||
uses: dephraiim/translate-readme@main
|
||||
with:
|
||||
LANG: en
|
||||
- name: Adding README - Japanese
|
||||
uses: dephraiim/translate-readme@main
|
||||
with:
|
||||
LANG: ja
|
||||
- name: Adding README - German
|
||||
uses: dephraiim/translate-readme@main
|
||||
with:
|
||||
LANG: de
|
||||
- name: Adding README - French
|
||||
uses: dephraiim/translate-readme@main
|
||||
with:
|
||||
LANG: fr
|
||||
- name: Adding README - Spanish
|
||||
uses: dephraiim/translate-readme@main
|
||||
with:
|
||||
LANG: es
|
||||
@ -33,11 +33,11 @@
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user