Skip to content

Commit

Permalink
Merge pull request #265 from XPoet/dev
Browse files Browse the repository at this point in the history
style: update images source url
  • Loading branch information
XPoet committed Nov 23, 2023
2 parents c89f6d2 + 9053829 commit 72a6c27
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://cdn.staticaly.com/gh/XPoet/image-hosting@master/FE-Cheerleaders/play-tour.png']
custom: ['https://xpoet.cn/images/reward.png', 'https://xpoet.cn/images/fec/appreciation.webp']
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://picx.xpoet.cn" >
<img width="100" align="right" alt="PicX" src="https://cdn.staticaly.com/gh/XPoet/image-hosting@master/PicX/picx-logo.png">
<img width="100" align="right" alt="PicX" src="https://xpoet.cn/images/picx/picx-logo.png">
</a>

# PicX
Expand Down Expand Up @@ -32,7 +32,7 @@

官方文档入口 >> https://picx-docs.xpoet.cn

通过阅读 **[快速开始](https://picx-docs.xpoet.cn/usage-guide/get-start.html)** 教程,可帮助你迅速上手 PicX
通过阅读 **[快速开始](https://picx-docs.xpoet.cn/usage-guide/get-start.html)** 教程,可帮助你迅速上手 PicX

## 功能 | Features

Expand Down Expand Up @@ -72,7 +72,7 @@

PicX 的更新迭代依靠作者工作之外的时间,维护不易,如果对你有帮助,欢迎赞赏作者,支持开源。

<img width="320" src="https://cdn.staticaly.com/gh/XPoet/image-hosting@master/common/appreciation.webp" />
<img width="320" src="https://xpoet.cn/images/fec/appreciation.webp" />

## 许可 | License

Expand Down
Binary file added src/assets/appreciation.webp
Binary file not shown.
Binary file modified src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/views/feedback-info/feedback-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
<div class="help-info-item" style="margin-bottom: 2rem">🎁 {{ $t('feedback.text_3') }}</div>

<div class="help-info-item img">
<el-image
style="width: 300rem"
src="https://cdn.staticaly.com/gh/XPoet/image-hosting@master/common/appreciation.webp"
/>
<el-image style="width: 300rem" :src="QRCodeImg" />
</div>

<div class="help-info-item red-text">
Expand All @@ -43,6 +40,7 @@
<script setup lang="ts">
import { computed } from 'vue'
import { getOSName } from '@/utils'
import QRCodeImg from '@/assets/appreciation.webp'
const shortcutKey = computed(() => (getOSName() === 'win' ? 'Ctrl + D' : 'Command + D'))
</script>
Expand Down

0 comments on commit 72a6c27

Please sign in to comment.