mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
logo目录调整
This commit is contained in:
@@ -244,7 +244,7 @@ export default {
|
||||
this.$refs.editor.setEditorLanguage(highlight ? highlight : language);
|
||||
},
|
||||
getLanguageIcon(program) {
|
||||
return `logo/${program}.png`;
|
||||
return `img/logo/${program}.png`;
|
||||
},
|
||||
// 打开文档
|
||||
showHelp() {
|
||||
|
@@ -59,7 +59,7 @@ export default {
|
||||
return {
|
||||
features: {
|
||||
explain: `进入${this.currentTag}的面板视图`,
|
||||
icon: "logo/quickcommand.png",
|
||||
icon: "img/logo/quickcommand.png",
|
||||
cmds: [this.currentTag],
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
code: `panel_${window.hexEncode(this.currentTag)}`,
|
||||
|
Reference in New Issue
Block a user