Skip to content

Commit

Permalink
Update System.js
Browse files Browse the repository at this point in the history
  • Loading branch information
withinJoel authored Nov 5, 2024
1 parent 79b0704 commit 9576d3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Modules/System.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ const commandDictionary = {
screenresolution: "To get the screen resolution.",
colordepth: "To get the color depth of the screen.",
colourdepth: "To get the color depth of the screen.",

displayinfo: "To get the display infomation.",
cpuinfo: "To get the CPU information.",
gpuinfo: "To get the GPU information.",
raminfo: "To get ram information.",
batteryinfo: "To get the battery info.",
devicetype: "To get the device type.",
};

//Version
Expand Down

0 comments on commit 9576d3f

Please sign in to comment.