Skip to content

Commit

Permalink
chore: SurgeMac 增加说明按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Nov 28, 2024
1 parent 57b8ef8 commit 0089446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.305",
"version": "2.14.306",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 1 addition & 2 deletions src/components/PreviewPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<img :src="platform.icon" class="auto-reverse" />
</div>
<p>{{ platform.name }}</p>
<!-- <nut-icon name="tips" v-if="platform.name === 'Surge'" @click="tips"></nut-icon>
<nut-icon name="tips" v-if="platform.name === general" @click="tips"></nut-icon> -->
<nut-icon name="tips" v-if="platform.path === 'SurgeMac'" @click="tips"></nut-icon>
</div>

<div class="actions">
Expand Down

0 comments on commit 0089446

Please sign in to comment.