Skip to content

Commit

Permalink
fix: 修复右滑呼出
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed May 19, 2024
1 parent 20ff8d5 commit 74e03eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.234",
"version": "2.14.235",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
5 changes: 5 additions & 0 deletions src/components/SubListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
<font-awesome-icon icon="fa-solid fa-paste" />
</nut-button>
</div>
<div v-if="type === 'sub'" class="sub-item-swipe-btn-wrapper">
<a :href=" `${host}/api/${props.type}/${encodeURIComponent(name)}?raw=1` " target="_blank"><nut-button shape="square" type="success" class="sub-item-swipe-btn">
<font-awesome-icon icon="fa-solid fa-file-export" />
</nut-button></a>
</div>
<!-- preview -->
<!-- <div class="sub-item-swipe-btn-wrapper">
<nut-button shape="square" type="success" class="sub-item-swipe-btn" @click="onClickPreview">
Expand Down

0 comments on commit 74e03eb

Please sign in to comment.