Skip to content

Commit

Permalink
🔥 重命名图标
Browse files Browse the repository at this point in the history
  • Loading branch information
fzf404 committed Apr 17, 2023
1 parent e8daa51 commit 8dec0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions app/plugins/welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- 提示 -->
<p class="flex-row-center font-intro">
<span>右击托盘中的</span>
<FaviconSVG class="mx-1 w-4" />
<MonitSVG class="mx-1 w-4" />
<span>图标</span>
</p>
<p class="font-intro">打开插件设置启动插件</p>
Expand All @@ -28,6 +28,6 @@
<script setup>
import { sendEvent } from '~/event/send'
import FaviconSVG from '@/assets/favicon.svg'
import MonitSVG from '@/assets/monit.svg'
import SettingSVG from '@/assets/layout/setting.svg'
</script>

0 comments on commit 8dec0d9

Please sign in to comment.