Skip to content

Commit

Permalink
更新题图
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed May 6, 2024
1 parent 582a41a commit ebcb9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/views/MainPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import ImageFill from '@/assets/image-fill.svg';
import Banner from '@/assets/banner.png';
</script>

<template>
Expand All @@ -9,7 +10,7 @@ import ImageFill from '@/assets/image-fill.svg';
:width="640"
:height="360"
style="width: 100%"
src="https://www.antdv.com/#error"
:src="Banner"
:fallback="ImageFill" />
</div>
<a-divider />
Expand Down

0 comments on commit ebcb9ff

Please sign in to comment.