mirror of
https://github.com/rubickCenter/rubick
synced 2026-02-25 08:21:21 +08:00
@@ -5,7 +5,7 @@ const path = require('path');
|
||||
|
||||
const appPath = app.getPath('userData');
|
||||
|
||||
const baseDir = path.join(appPath, './rubick-plugins');
|
||||
const baseDir = path.join(appPath, './rubick-plugins-new');
|
||||
|
||||
const ipcSendSync = (type, data) => {
|
||||
const returnValue = ipcRenderer.sendSync('msg-trigger', {
|
||||
|
||||
Reference in New Issue
Block a user