修改logo引用路径

This commit is contained in:
fofolee 2022-04-14 16:51:58 +08:00
parent 8ee6057cc4
commit 7b33e4c032
2 changed files with 2 additions and 2 deletions

View File

@ -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.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

View File

@ -59,7 +59,7 @@ export default {
return { return {
features: { features: {
explain: `进入${this.currentTag}的面板视图`, explain: `进入${this.currentTag}的面板视图`,
icon: "/logo.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)}`,