-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add resource page #364
Conversation
Closes #287
@popomore, thanks for your PR! By analyzing the history of the files in this pull request, we identified @dead-horse and @atian25 to be potential reviewers. |
docs/source/zh-cn/resource.md
Outdated
title: 资源 | ||
--- | ||
|
||
## 渠道 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加了个渠道,现在好像没别的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
渠道? 指啥? 有点怪怪的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
叫什么好呢,可以在哪里找到我们,像微博,twitter,虽然我们现在都没有。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉是不是要有个讨论组之类,邮箱或者issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
交流通道
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
现在东西比较少,比较难归类,我还是放在社区文章里吧
Codecov Report
@@ Coverage Diff @@
## master #364 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 28 28
Lines 636 636
=====================================
Hits 636 636 Continue to review full report at Codecov.
|
for (const [ pid, count ] of map) { | ||
console.log('pid: %s, %s', pid, count); | ||
} | ||
map.size.should.equal(4); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个一起改吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Checklist
npm test
passesAffected core subsystem(s)
Description of change
Closes #287