Browse Source

docs: update description

pointhalo 1 year ago
parent
commit
57f6616e41

+ 1 - 1
content/start/getting-started/index-en-US.md

@@ -22,7 +22,7 @@ pnpm add @douyinfe/semi-ui
 ## 2. Use components in a modular way 💫
 
 `Semi` provides esm format dist, and the css of the component is only imported by the corresponding js.  
-When used in `Webpack`, `create-react-app` or `Vite` projects, there is no need to configure any compilation items.   
+When used in `Webpack`, `Rspack`, `create-react-app` or `Vite` projects, there is no need to configure any compilation items.   
 All related resources are packaged on-demand at build process. Tree shaking will work without additional configuration.
 
 ```jsx

+ 1 - 1
content/start/getting-started/index.md

@@ -22,7 +22,7 @@ pnpm add @douyinfe/semi-ui
 
 ## 2、使用组件
 
-在 Webpack、create-react-app 或 Vite 项目中使用时,无需进行任何编译项配置,直接使用即可。构建时所有相关资源均会按需打包    
+在 Webpack、Rspack、create-react-app 或 Vite 项目中使用时,无需进行任何编译项配置,直接使用即可。构建时所有相关资源均会按需打包    
 (字节跳动用户,若使用的是公司内部相关工程化方案,配置请查阅飞书文档:<a href="https://bytedance.larkoffice.com/wiki/FaRwweDLmigrD0k8wLgcDaQtnbb" target="_blank">Semi工程化 FAQ</a>)
 
 ```jsx

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

@@ -1,6 +1,6 @@
 ---
 category: 开始
-title: TailwindCSS 混
+title: Tailwind 搭配使
 icon: doc-tailwind
 localeCode: zh-CN
 order: 9

+ 1 - 1
src/sitePages/newHome/components/operateButton/operateButton.jsx

@@ -32,7 +32,7 @@ function OperateButton() {
         >
             <span style={{ display: 'flex' }}>
                 GitHub
-                <span className={styles.badge}>7.6k</span>
+                <span className={styles.badge}>8k</span>
             </span>
         </Button>
     </div>);