完整提交;
This commit is contained in:
7
test-gpu.js
Normal file
7
test-gpu.js
Normal 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);
|
||||
});
|
||||
Reference in New Issue
Block a user