mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
chore: webui
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//LiteLoader需要提供部分IPC接口,以便于其他插件调用
|
||||
const electron = require('electron');
|
||||
const { ipcMain } = require('electron');
|
||||
const fs = require('fs');
|
||||
ipcMain.handle("napcat_get_webtoken", async (event, arg) => {
|
||||
return "http://127.0.0.1:6099/webui/?token=" + JSON.parse(fs.readFileSync(__dirname + '/config/webui.json', 'utf-8').toString()).token;
|
||||
});
|
||||
require('./napcat.cjs');
|
||||
Reference in New Issue
Block a user