mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix: first get image rkey
This commit is contained in:
@@ -2,8 +2,9 @@ import os from 'node:os';
|
||||
import path from 'node:path';
|
||||
|
||||
export const systemPlatform = os.platform();
|
||||
export const cpuArch = os.arch();
|
||||
export const systemVersion = os.release();
|
||||
export const hostname = os.hostname();
|
||||
const homeDir = os.homedir();
|
||||
export const downloadsPath = path.join(homeDir, 'Downloads');
|
||||
export const systemName = os.type();
|
||||
export const systemName = os.type();
|
||||
|
||||
2
src/core
2
src/core
Submodule src/core updated: 142df7622b...655719445b
BIN
src/core.lib/MoeHoo-linux-x64.node
Normal file
BIN
src/core.lib/MoeHoo-linux-x64.node
Normal file
Binary file not shown.
BIN
src/core.lib/MoeHoo-win32-x64.node
Normal file
BIN
src/core.lib/MoeHoo-win32-x64.node
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user