From 89860261f92dd3e65a5a2a4b2b8c3222b96bfeea Mon Sep 17 00:00:00 2001 From: xion Date: Fri, 23 May 2025 12:08:28 +0800 Subject: [PATCH] test for client system --- assistant/src/routes/index.ts | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",