feat: 支持快捷键设置

This commit is contained in:
muwoo
2021-06-30 21:19:41 +08:00
parent 7341edb32f
commit 4bac5ac8a2
8 changed files with 400 additions and 21 deletions

View File

@@ -229,7 +229,8 @@ const actions = {
...config,
id: uuidv4(),
sourceFile: `${fileUrl}/${config.main}`,
type: 'prod'
type: 'prod',
icon: payload.logo
};
commit('commonUpdate', {
devPlugins: [pluginConfig, ...state.devPlugins],