mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-29 18:57:41 +08:00
fixï: ♿ links
This commit is contained in:
parent
c3508cd99d
commit
35bf461c7a
14
README-CN.md
14
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)
|
||||
|
14
README-JP.md
14
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)
|
||||
|
14
README-RU.md
14
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)
|
||||
|
13
README.md
13
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)
|
||||
|
4
push.js
4
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')
|
||||
|
Loading…
Reference in New Issue
Block a user