瀏覽代碼

docs: update faq

pointhalo 3 年之前
父節點
當前提交
533f1e6d87
共有 2 個文件被更改,包括 2 次插入8 次删除
  1. 1 7
      content/start/faq/index-en-US.md
  2. 1 1
      content/start/faq/index.md

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

@@ -25,12 +25,6 @@ order: 7
 Property like `defaultValue`, `defaultXXX` will only be consumed once when the component mount. If your `defaultXXX` property is updated asynchronously later, the component will not reconsume the value. If necessary, you should use controlled `value`, controlled `XXX`.
 Or force React to remount the component by passing in a different `key`.
 
-#### this._adapter.xxx is not a function
-
-This situation generally occurs when semi-ui-react does not match the semi-ui version of the dependency. It is more common when users lock the semi-ui-react version in package.json (that is, remove ^), but In some cases, package-lock.json and node_modules were deleted, and install was executed again
-Please check the version of semi-ui and semi-ui-react through package-lock.json in your project. It is recommended that if the version is locked, either lock both. Either don't lock both of them, and directly use the package-lock.json mechanism to ensure that the versions used are consistent.
-
-
 #### Does Semi support i18n?
 As of 2021-10, Semi supports 14 languages. See [Semi·LocaleProvider](/en-US/other/locale) for details.
 
@@ -48,7 +42,7 @@ Our style is based on Scss, and we also use CSS Variable as the color wheel vari
 
 #### Semi's default theme style does not match the positioning of our system. Can i configure another theme?
 
-Please refer to [Custom theme](/en-US/start/customize-theme) . In our [DSM](/dsm) You can configure the style. You only need to specify the theme package name in `webpack.config.js` to complete the access.
+Please refer to [Custom theme](/en-US/start/customize-theme) . In [Semi DSM](/dsm) You can configure the style. You only need to specify the theme package name in `webpack.config.js` to complete the access.
 
 #### Why Tooltip、Typography does not set style word-break to all or word?  
    Content in difference languages (e.g. English, Chinese, combination of English and Chinese) may require different styles in terms of word-break, so Semi does not use a default setting. You could use corresponding CSS styles to your own needs.

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

@@ -44,7 +44,7 @@ Semi 目前支持 14 种语言,具体使用可以查阅 [Semi·LocaleProvider]
 
 #### Semi 的默认的主题风格跟我们系统的定位不符,可以配置另外的主题吗?
 
-具体请参考 [定制主题](/zh-CN/start/customize-theme) 。在我们的 [主题管理平台](/dsm) 里可以进行样式的配置,你只需要在 webpack.config.js 里指定使用的主题包名即可完成接入(需接入 Semi 插件)。
+具体请参考 [定制主题](/zh-CN/start/customize-theme) 。在[Semi DSM](/dsm) 里可以进行样式的配置,你只需要在 webpack.config.js 里指定使用的主题包名即可完成接入(需接入 Semi 插件)。
 
 #### 为什么 Tooltip、Typography 不默认配置 word-break 样式?