소스 검색

[doc]Update

dufu1991 2 년 전
부모
커밋
12d55cd8ea
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 6 6
      packages/rollup-plugin-stdf-icon/README.md
  2. 6 6
      packages/rollup-plugin-stdf-icon/README_CN.md

+ 6 - 6
packages/rollup-plugin-stdf-icon/README.md

@@ -8,12 +8,6 @@ For more information about the STDF Icon component, please refer to the [Icon Gu
 
 # Installation
 
-With BUN:
-
-```bash
-bun i rollup-plugin-stdf-icon -D
-```
-
 Using PNPM:
 
 ```bash
@@ -26,6 +20,12 @@ Using NPM:
 npm i rollup-plugin-stdf-icon -D
 ```
 
+With BUN:
+
+```bash
+bun i rollup-plugin-stdf-icon -D
+```
+
 # Usage
 
 Configure the plugin in vite.config.js or vite.config.ts:

+ 6 - 6
packages/rollup-plugin-stdf-icon/README_CN.md

@@ -8,12 +8,6 @@
 
 # 安装
 
-使用 BUN:
-
-```bash
-bun i rollup-plugin-stdf-icon -D
-```
-
 使用 PNPM:
 
 ```bash
@@ -26,6 +20,12 @@ pnpm i rollup-plugin-stdf-icon -D
 npm i rollup-plugin-stdf-icon -D
 ```
 
+使用 BUN:
+
+```bash
+bun i rollup-plugin-stdf-icon -D
+```
+
 # 使用
 
 在 vite.config.js 或 vite.config.ts 中配置: