mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 16:00:27 +00:00
chore: reformat code style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//LiteLoader需要提供部分IPC接口,以便于其他插件调用
|
||||
const { ipcMain } = require('electron');
|
||||
const napcat= require('./napcat.cjs');
|
||||
ipcMain.handle("napcat_get_webtoken", async (event, arg) => {
|
||||
const napcat = require('./napcat.cjs');
|
||||
ipcMain.handle('napcat_get_webtoken', async (event, arg) => {
|
||||
return napcat.NCgetWebUiUrl();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user