完整提交;

This commit is contained in:
yuantao
2025-09-11 18:32:41 +08:00
parent 731f18c57e
commit 8732d67234
6 changed files with 731 additions and 178 deletions

7
test-gpu.js Normal file
View File

@@ -0,0 +1,7 @@
const si = require('systeminformation');
si.graphics().then(data => {
console.log(JSON.stringify(data, null, 2));
}).catch(error => {
console.error('Error:', error);
});