test for client system

This commit is contained in:
熊潇 2025-05-23 12:08:28 +08:00
parent 715f8d7c8f
commit 89860261f9
2 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@ app
.route({ .route({
path: 'client', path: 'client',
key: 'system', key: 'system',
description: '获取系统信息',
}) })
.define(async (ctx) => { .define(async (ctx) => {
const { platform, arch, release } = os; const { platform, arch, release } = os;

View File

@ -1,6 +1,6 @@
{ {
"name": "@kevisual/envision-cli", "name": "@kevisual/envision-cli",
"version": "0.0.52-beta.0", "version": "0.0.53",
"description": "envision command tools", "description": "envision command tools",
"main": "dist/app.mjs", "main": "dist/app.mjs",
"type": "module", "type": "module",