Skip to content

Commit

Permalink
首页移除捐赠功能
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Nov 19, 2024
1 parent 37e8473 commit 5db1f55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Binary file removed packages/gui/public/pay.jpg
Binary file not shown.
13 changes: 0 additions & 13 deletions packages/gui/src/view/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default {
},
data () {
return {
donateModal: false,
status: undefined,
startup: {
loading: false,
Expand Down Expand Up @@ -347,10 +346,6 @@ export default {
<div class="right" />
</div>
<div v-if="setting.development == null || !setting.development" class="star">
<div class="donate" @click="donateModal = true">
<a-icon type="like" theme="outlined" />
捐赠
</div>
<div class="right">
<div>
如果它解决了你的问题,请不要吝啬你的star哟!点这里
Expand All @@ -362,14 +357,6 @@ export default {
></a>
</div>
</div>

<a-modal v-if="setting.development == null || !setting.development" v-model="donateModal" title="捐赠" width="550px" cancel-text="不了" ok-text="果断支持" @ok="goDonate">
<div>* 本应用完全免费,如果觉得好用,可以给予捐赠。</div>
<div>* 开源项目持续发展离不开您的支持,感谢</div>
<div class="payQrcode">
<img height="200px" src="/pay.jpg">
</div>
</a-modal>
</div>
</DsContainer>
</template>
Expand Down

0 comments on commit 5db1f55

Please sign in to comment.