编排添加系统信息

This commit is contained in:
fofolee
2025-01-05 12:10:23 +08:00
parent e94118881a
commit 00ddba20ec
7 changed files with 499 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
const exec = require("./exec");
const os = require("./os");
module.exports = {
exec,
os,
};