mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00: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…
x
Reference in New Issue
Block a user