mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-30 07:39:54 +08:00
🐛 修复插件新老npm插件安装不兼容的问题
This commit is contained in:
@@ -3,7 +3,7 @@ import path from 'path';
|
||||
|
||||
const appPath = app.getPath('userData');
|
||||
|
||||
const PLUGIN_INSTALL_DIR = path.join(appPath, './rubick-plugins');
|
||||
const PLUGIN_INSTALL_DIR = path.join(appPath, './rubick-plugins-new');
|
||||
|
||||
const DECODE_KEY = {
|
||||
Backspace: 'Backspace',
|
||||
|
||||
Reference in New Issue
Block a user