mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-26 02:31:20 +08:00
refactor: Remove random os hostname
This commit is contained in:
parent
94273d80b0
commit
87737a8bdb
@ -6,8 +6,7 @@ let osName: string;
|
||||
try {
|
||||
osName = os.hostname();
|
||||
} catch (e) {
|
||||
osName = 'NapCat ' + crypto.randomUUID().substring(0, 4);
|
||||
|
||||
osName = 'NapCat'; // + crypto.randomUUID().substring(0, 4);
|
||||
}
|
||||
export const systemPlatform = os.platform();
|
||||
export const cpuArch = os.arch();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user