***** 仅为了项目而定制,不支持其它使用 *****
npm i tma-sysinfo
import TmaSysInfo from "tma-sysinfo"
TmaSysInfo.systemInformation((res: any) => {
console.log("系统信息:", res)
})
TmaSysInfo.authTokenSecret((key: any) => {
console.log("authroken.secret:", key)
}, "")
TmaSysInfo.networkInformation().then((res: any) => {
console.log("可用网卡信息:",res)
})