test for client system
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
| @@ -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", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user