mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
fix: first get image rkey
This commit is contained in:
parent
62346d7d9d
commit
a8bce36f3b
@ -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
@ -1 +1 @@
|
|||||||
Subproject commit 142df7622b7e8805ca666d3180b4c57844f2ea1e
|
Subproject commit 655719445bc6012f4ce687671625d52cfadd6406
|
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' };
|
||||||
})),
|
})),
|
||||||
|
Loading…
Reference in New Issue
Block a user