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({
path: 'client',
key: 'system',
description: '获取系统信息',
})
.define(async (ctx) => {
const { platform, arch, release } = os;