logo目录调整

This commit is contained in:
fofolee
2022-04-15 16:43:07 +08:00
parent 0c563e3051
commit 8794a02f39
18 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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)}`,