-
Notifications
You must be signed in to change notification settings - Fork 515
site 细节优化 #543
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
site 细节优化 #543
Conversation
Codecov Report
@@ Coverage Diff @@
## master #543 +/- ##
=======================================
Coverage 74.39% 74.39%
=======================================
Files 21 21
Lines 1117 1117
Branches 210 210
=======================================
Hits 831 831
Misses 286 286 Continue to review full report at Codecov.
|
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.
👓
site/src/components/Layout/index.tsx
Outdated
| import qiniuLogo from './assets/logo.svg' | ||
| import classnames from './style.less' | ||
|
|
||
|
|
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.
NIP: useless blank line
site/src/components/Layout/index.tsx
Outdated
| import classnames from './style.less' | ||
|
|
||
|
|
||
| function OfficialSite() { |
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.
NIP:
| function OfficialSite() { | |
| function Copyright() { |
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.
📈
| * [JavaScript SDK 在线示例 V3](https://js-sdk-demo.qiniu.io) | ||
| * [JavaScript SDK 在线示例 V2](http://jssdk-v2.demo.qiniu.io) |
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.
这 v2 v3 语义不是很明确,一开始根本想不出来是 js sdk 的版本… 还以为是 demo 的版本 = =
文档开头说的 2.x 3.x 这里怎么就成了 v2 v3 术语不配套?
而且对这个文档来说,v3 本来就是配套的,v2 才是奇怪的那个… 比如上面就有 v2 的文档入口,这个为什么是例外
| target="_blank" | ||
| href="http://jssdk-v2.demo.qiniu.io" | ||
| > | ||
| V2版本 |
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.
术语统一 & 空格
No description provided.