bugfix: 修复帮助功能

This commit is contained in:
muwoo 2021-08-18 20:37:15 +08:00
parent 4e55f14a69
commit c6c57b1e01

View File

@ -2,7 +2,7 @@ import {shell, ipcRenderer} from 'electron';
export default { export default {
'rubick-help': { 'rubick-help': {
help() { help() {
shell.openExternal('https://u.tools/docs/guide/about-uTools.html') shell.openExternal('https://cloudr-f2e.github.io/rubick/')
} }
}, },
'rubick-color': { 'rubick-color': {