mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-22 18:22:53 +08:00
bugfix: 修复已知bug
This commit is contained in:
@@ -252,6 +252,10 @@ window.rubick = {
|
||||
isWindows() {
|
||||
return os.type() === 'Windows_NT';
|
||||
},
|
||||
|
||||
shellOpenPath(path) {
|
||||
shell.openPath(path)
|
||||
}
|
||||
}
|
||||
const preloadPath = getQueryVariable('preloadPath') || './preload.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user