✨Feat: 显示系统运行环境

This commit is contained in:
2025-10-30 08:55:54 +08:00
parent 9ab9b380de
commit 9897662b35
4 changed files with 16 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
const information = document.getElementById("info");
information.innerText = `Node.js version: ${window.versions.node()}\nChrome version: ${window.versions.chrome()}\nElectron version: ${window.versions.electron()}`;