Browse Source

docs: update faq

pointhalo 3 years ago
parent
commit
5a83ea5055

+ 6 - 5
content/start/changelog/index.md

@@ -4,14 +4,15 @@ title: Change Log 更新日志
 icon: doc-changelog
 localeCode: zh-CN
 order: 6
-brief: 关于 Semi Design For React 优化与更新
+brief: 关于 Semi Design For React 优化与更新。我们提供了版本间的 Changelog Diff,你可以通过 hover 版本号唤出 Diff 控件。如果你想查看单个组件的变更历史,可以通过对应组件文档的 版本对比 按钮查看
 ---
 
-Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号):
+Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本号):
+-   主版本号(major):重大性能/使用变更,允许做 breaking change
+-   次版本号(minor):添加了新组件/新 feature,或者样式变更
+-   修订版本号(patch):仅会进行 bugfix
+-   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
--   主版本号(major):重大性能/使用变更
--   次版本号(minor):添加了新组件/新 feature
--   修订版本号(patch):bugfix
 
 ---
 

+ 1 - 1
content/start/faq/index-en-US.md

@@ -37,7 +37,7 @@ Property like `defaultValue`, `defaultXXX` will only be consumed once when the c
 Or force React to remount the component by passing in a different `key`.
 
 #### Does Semi support i18n?
-As of 2021-10, Semi supports 14 languages. See [Semi·LocaleProvider](/en-US/other/locale) for details.
+As of 2022-07, Semi supports 17 languages. See [Semi·LocaleProvider](/en-US/other/locale) for details.
 
 #### Who should I look for if there is a new component requirement, or an existing component Feature does not meet my business needs?
 

+ 1 - 1
content/start/faq/index.md

@@ -44,7 +44,7 @@ Semi 组件中,所有的 defaultValue、defaultXXX 传参只会在组件被 mo
 
 #### Semi 支持 i18n 吗?
 
-Semi 目前支持 14 种语言,具体使用可以查阅 [Semi·LocaleProvider](/zh-CN/other/locale)
+Semi 目前支持 17 种语言,具体使用可以查阅 [Semi·LocaleProvider](/zh-CN/other/locale)
 
 #### Semi 的样式是基于 Scss 还是 Less ?为什么不用 CSS Module?