diff --git a/assistant/src/routes/index.ts b/assistant/src/routes/index.ts index a0fd162..ff7f2dc 100644 --- a/assistant/src/routes/index.ts +++ b/assistant/src/routes/index.ts @@ -68,6 +68,7 @@ app .route({ path: 'client', key: 'system', + description: '获取系统信息', }) .define(async (ctx) => { const { platform, arch, release } = os; diff --git a/package.json b/package.json index 03d2af0..e276631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/envision-cli", - "version": "0.0.52-beta.0", + "version": "0.0.53", "description": "envision command tools", "main": "dist/app.mjs", "type": "module",