mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-21 22:50:06 +08:00
fix
This commit is contained in:
parent
aee9602f25
commit
c87d365b88
@ -77,8 +77,7 @@ export class UmamiTraceCore {
|
||||
guid: this.guid,
|
||||
platform: os.platform(),
|
||||
arch: os.arch(),
|
||||
cpus: os.cpus(),
|
||||
uptime: os.uptime(),
|
||||
uptime: new Date(Date.now() - os.uptime() * 1000).toISOString().replace('T', ' ').substring(0, 19)
|
||||
}
|
||||
};
|
||||
this.sendRequest(payload, type);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user