vue shortcut

This commit is contained in:
gaoshuaixing
2021-06-25 17:32:37 +08:00
parent 35dfbcb563
commit e65e200045
10 changed files with 85 additions and 73 deletions

View File

@@ -6,6 +6,7 @@ const mainApi = {
openDir: '/api/v1/example/openLocalDir',
uploadFile: '/api/v1/example/uploadFile',
executeJS: '/api/v1/example/executeJS',
setShortcut: '/api/v1/example/setShortcut',
autoLaunchEnable: '/api/v1/setting/autoLaunchEnable',
autoLaunchDisable: '/api/v1/setting/autoLaunchDisable',
autoLaunchIsEnabled: '/api/v1/setting/autoLaunchIsEnabled'