diff --git a/README.md b/README.md index d823661..418ff0f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ points: support - **Batch Processing**: Support loop processing until all packages are categorized -screenshot +screenshot ## 🛠️ Usage diff --git a/README_ZH.md b/README_ZH.md index eb63b1a..3c269f0 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -12,7 +12,7 @@ - **交互式操作**:提供友好的命令行交互界面,支持确认、取消和撤销操作 - **批量处理**: 支持循环处理,直到所有依赖项都被分类 -screenshot +screenshot ## 🛠️ 如何使用 diff --git a/examples/fixtures/basic/pnpm-workspace.yaml b/examples/fixtures/basic/pnpm-workspace.yaml index 75e867b..9816135 100644 --- a/examples/fixtures/basic/pnpm-workspace.yaml +++ b/examples/fixtures/basic/pnpm-workspace.yaml @@ -2,7 +2,7 @@ packages: - packages/* catalog: - "@antfu/eslint-config": ^6.7.3 + '@antfu/eslint-config': ^6.7.3 lodash: ^4.17.21 dayjs: ^1.11.10 express: ^4.18.0 diff --git a/screenshot.gif b/screenshot.gif deleted file mode 100644 index 73f6e20..0000000 Binary files a/screenshot.gif and /dev/null differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..c298dba Binary files /dev/null and b/screenshot.png differ diff --git a/vitest.config.ts b/vitest.config.ts index e6b4c0f..8eed039 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -13,6 +13,8 @@ export default defineConfig({ ], coverage: { provider: 'v8', + include: ['src/**/*.ts'], + exclude: ['src/types/**'], }, }, })