mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
解决 build logo 丢失的问题
This commit is contained in:
parent
f27a1bb064
commit
cc699ad31a
@ -2,7 +2,7 @@
|
|||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section class="q-gutter-md flex items-center">
|
<q-card-section class="q-gutter-md flex items-center">
|
||||||
<q-avatar square size="48px">
|
<q-avatar square size="48px">
|
||||||
<img src="/logo/quickcommand.png" />
|
<img src="logo/quickcommand.png" />
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
<span class="text-h5"
|
<span class="text-h5"
|
||||||
>{{ pluginInfo.pluginName }} v{{ pluginInfo.version }}</span
|
>{{ pluginInfo.pluginName }} v{{ pluginInfo.version }}</span
|
||||||
|
@ -243,7 +243,7 @@ export default {
|
|||||||
this.$refs.editor.setEditorLanguage(highlight ? highlight : language);
|
this.$refs.editor.setEditorLanguage(highlight ? highlight : language);
|
||||||
},
|
},
|
||||||
getLanguageIcon(program) {
|
getLanguageIcon(program) {
|
||||||
return `/logo/${program}.png`;
|
return `logo/${program}.png`;
|
||||||
},
|
},
|
||||||
// 打开文档
|
// 打开文档
|
||||||
showHelp() {
|
showHelp() {
|
||||||
|
@ -59,7 +59,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
features: {
|
features: {
|
||||||
explain: `进入${this.currentTag}的面板视图`,
|
explain: `进入${this.currentTag}的面板视图`,
|
||||||
icon: "/logo/quickcommand.png",
|
icon: "logo/quickcommand.png",
|
||||||
cmds: [this.currentTag],
|
cmds: [this.currentTag],
|
||||||
platform: ["win32", "darwin", "linux"],
|
platform: ["win32", "darwin", "linux"],
|
||||||
code: `panel_${window.hexEncode(this.currentTag)}`,
|
code: `panel_${window.hexEncode(this.currentTag)}`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user