From 35bf461c7a8f9006df68dabd2a148fb0117116f8 Mon Sep 17 00:00:00 2001 From: h7ml Date: Mon, 13 Sep 2021 09:49:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=C3=AF:=20:wheelchair:=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-CN.md | 14 ++++++++------ README-JP.md | 14 ++++++++------ README-RU.md | 14 ++++++++------ README.md | 13 +++++++------ push.js | 4 ++-- 5 files changed, 33 insertions(+), 26 deletions(-) diff --git a/README-CN.md b/README-CN.md index 7c5ffa08..8ae1c2c9 100644 --- a/README-CN.md +++ b/README-CN.md @@ -102,12 +102,14 @@ wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_ ### 联系我们 你可通过以下途径与 DGIOT 社区及开发者联系: -- [Slack](https://slack-invite.dgiot.com) -- [Twitter](https://twitter.com/dgiotTech) -- [Facebook](https://www.facebook.com/dgiot) -- [Reddit](https://www.reddit.com/r/dgiot/) -- [Weibo](https://weibo.com/dgiot) -- [Blog](https://www.dgiot.cn/blog) +- [official](https://www.iotn2n.com) +- [ask](https://ask.iotn2n.com/) +- [Blog](https://tech.iotn2n.com) +- [Twitter](https://twitter.com/) +- [Facebook](https://www.facebook.com/) +- [Reddit](https://www.reddit.com/) +- [Weibo](https://weibo.com) + ## 预览地址 [腾讯云预览地址](https://dgiotdashboard-8gb17b3673ff6cdd-1253666439.ap-shanghai.app.tcloudbase.com?ftom=git) diff --git a/README-JP.md b/README-JP.md index 3f957764..54b62556 100644 --- a/README-JP.md +++ b/README-JP.md @@ -102,12 +102,14 @@ You are welcome to submit any bugs, issues and feature requests to [dgiot/dgiot] ### Contact us You can contact the DGIOT community and developers through the following channels: -- [Slack](https://slack-invite.dgiot.com) -- [Twitter](https://twitter.com/dgiotTech) -- [Facebook](https://www.facebook.com/dgiot) -- [Reddit](https://www.reddit.com/r/dgiot/) -- [Weibo](https://weibo.com/dgiot) -- [Blog](https://www.dgiot.cn/blog) +- [official](https://www.iotn2n.com) +- [ask](https://ask.iotn2n.com/) +- [Blog](https://tech.iotn2n.com) +- [Twitter](https://twitter.com/) +- [Facebook](https://www.facebook.com/) +- [Reddit](https://www.reddit.com/) +- [Weibo](https://weibo.com) + ## Preview address [Tencent Cloud preview address](https://dgiotdashboard-8gb17b3673ff6cdd-1253666439.ap-shanghai.app.tcloudbase.com?ftom=git) diff --git a/README-RU.md b/README-RU.md index 32c829d7..68e1eccd 100644 --- a/README-RU.md +++ b/README-RU.md @@ -101,12 +101,14 @@ You are welcome to submit any bugs, issues and feature requests to [dgiot/dgiot] ### Contact us You can contact the DGIOT community and developers through the following channels: -- [Slack](https://slack-invite.dgiot.com) -- [Twitter](https://twitter.com/dgiotTech) -- [Facebook](https://www.facebook.com/dgiot) -- [Reddit](https://www.reddit.com/r/dgiot/) -- [Weibo](https://weibo.com/dgiot) -- [Blog](https://www.dgiot.cn/blog) +- [official](https://www.iotn2n.com) +- [ask](https://ask.iotn2n.com/) +- [Blog](https://tech.iotn2n.com) +- [Twitter](https://twitter.com/) +- [Facebook](https://www.facebook.com/) +- [Reddit](https://www.reddit.com/) +- [Weibo](https://weibo.com) + ## Preview address [Tencent Cloud preview address](https://dgiotdashboard-8gb17b3673ff6cdd-1253666439.ap-shanghai.app.tcloudbase.com?ftom=git) diff --git a/README.md b/README.md index 49a71bd9..37710fac 100644 --- a/README.md +++ b/README.md @@ -103,12 +103,13 @@ You are welcome to submit any bugs, issues and feature requests to [dgiot/dgiot] ### Contact us You can contact the DGIOT community and developers through the following channels: -- [Slack](https://slack-invite.dgiot.com) -- [Twitter](https://twitter.com/dgiotTech) -- [Facebook](https://www.facebook.com/dgiot) -- [Reddit](https://www.reddit.com/r/dgiot/) -- [Weibo](https://weibo.com/dgiot) -- [Blog](https://www.dgiot.cn/blog) +- [official](https://www.iotn2n.com) +- [ask](https://ask.iotn2n.com/) +- [Blog](https://tech.iotn2n.com) +- [Twitter](https://twitter.com/) +- [Facebook](https://www.facebook.com/) +- [Reddit](https://www.reddit.com/) +- [Weibo](https://weibo.com) ## Preview address [Tencent Cloud preview address](https://dgiotdashboard-8gb17b3673ff6cdd-1253666439.ap-shanghai.app.tcloudbase.com?ftom=git) diff --git a/push.js b/push.js index 8fb97f48..3469e08a 100644 --- a/push.js +++ b/push.js @@ -1,9 +1,9 @@ #!/usr/bin/env node // install: yarn global add rimraf chalk shelljs inquirer // use: node push.js or ./push.js -const rimraf = require('rimraf') +// const rimraf = require('rimraf') const logs = console.log -const path = require('path') +// const path = require('path') const chalk = require('chalk') const shell = require('shelljs') const inquirer = require('inquirer')