mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-22 10:06:31 +08:00
增加查看 devdocs 文档的功能
This commit is contained in:
@@ -3,7 +3,7 @@ const { shell } = require('electron');
|
||||
const { dialog, BrowserWindow, nativeImage } = require('electron').remote
|
||||
const path = require("path")
|
||||
|
||||
getDirname = () => __dirname;
|
||||
dirname = __dirname;
|
||||
|
||||
open = url => {
|
||||
shell.openExternal(url);
|
||||
|
||||
Reference in New Issue
Block a user