mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: first get image rkey
This commit is contained in:
@@ -2,6 +2,7 @@ import os from 'node:os';
|
|||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
|
|
||||||
export const systemPlatform = os.platform();
|
export const systemPlatform = os.platform();
|
||||||
|
export const cpuArch = os.arch();
|
||||||
export const systemVersion = os.release();
|
export const systemVersion = os.release();
|
||||||
export const hostname = os.hostname();
|
export const hostname = os.hostname();
|
||||||
const homeDir = os.homedir();
|
const homeDir = os.homedir();
|
||||||
|
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.
@@ -38,7 +38,8 @@ const baseConfigPlugin: PluginOption[] = [
|
|||||||
{ src: './src/onebot11/onebot11.json', dest: 'dist/config/' },
|
{ src: './src/onebot11/onebot11.json', dest: 'dist/config/' },
|
||||||
{ src: './package.json', dest: 'dist' },
|
{ src: './package.json', dest: 'dist' },
|
||||||
{ src: './README.md', dest: 'dist' },
|
{ src: './README.md', dest: 'dist' },
|
||||||
{ src: './src/core.lib/MoeHoo.node', dest: 'dist' },
|
{ src: './src/core.lib/MoeHoo-win32-x64.node', dest: 'dist' },
|
||||||
|
{ src: './src/core.lib/MoeHoo-linux-x64.node', dest: 'dist' },
|
||||||
...(startScripts.map((startScript) => {
|
...(startScripts.map((startScript) => {
|
||||||
return { src: startScript, dest: 'dist' };
|
return { src: startScript, dest: 'dist' };
|
||||||
})),
|
})),
|
||||||
|
Reference in New Issue
Block a user