Skip to content

Commit b8b4801

Browse files
committed
doc clear
1 parent 9dbd1c2 commit b8b4801

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ EXCEL_FILE=my-data.xlsx STRAPI_TOKEN=your_api_token node import-data.js
124124

125125
### 环境变量
126126

127-
| 变量名 | 默认值 | 说明 |
128-
| -------------- | -------------------------------------- | -------------------------------------- |
129-
| `STRAPI_URL` | `http://localhost:1337` | Strapi 服务器地址 |
130-
| `STRAPI_TOKEN` | - | Strapi API Token(必填,除非 DRY_RUN) |
131-
| `EXCEL_FILE` | `教育公益开放式数据库1.0版的副本.xlsx` | Excel 文件路径 |
132-
| `BATCH_SIZE` | `10` | 批量处理大小 |
133-
| `DRY_RUN` | `false` | 是否为模拟模式 |
127+
| 变量名 | 默认值 | 说明 |
128+
| -------------- | --------------------------- | -------------------------------------- |
129+
| `STRAPI_URL` | `http://localhost:1337` | Strapi 服务器地址 |
130+
| `STRAPI_TOKEN` | - | Strapi API Token(必填,除非 DRY_RUN) |
131+
| `EXCEL_FILE` | `教育公益开放式数据库.xlsx` | Excel 文件路径 |
132+
| `BATCH_SIZE` | `10` | 批量处理大小 |
133+
| `DRY_RUN` | `false` | 是否为模拟模式 |
134134

135135
### 命令行选项
136136

0 commit comments

Comments
 (0)