Skip to content

Commit

Permalink
🐞 fix(About): 修了付款图片不显示问题和README图片
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeAL committed Jun 22, 2024
1 parent b840130 commit 044d8dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

## 截图

![](pics\image1.png)
![](pics\image2.png)
![](pics\image3.png)
![](pics/image1.png)
![](pics/image2.png)
![](pics/image3.png)

## 开发

Expand Down
4 changes: 2 additions & 2 deletions src/pages/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const show1 = ref(false);
<n-collapse-transition :show="show">
<n-image
width="200"
src="/public/4243a50e827cbd72c4213247dd0833bb_720.jpg"
src="/4243a50e827cbd72c4213247dd0833bb_720.jpg"
/>
</n-collapse-transition>
<h4>关于作者:一个来自USTB计院物联网工程的老东西。</h4>
Expand All @@ -42,7 +42,7 @@ const show1 = ref(false);
<n-collapse-transition :show="show1">
<n-image
width="500"
src="/public/A250E7A1CDCE4161894E703B177AC0C6_频繁掉线.jpg"
src="/A250E7A1CDCE4161894E703B177AC0C6_频繁掉线.jpg"
/>
</n-collapse-transition>
<p>USTB-V6接入说明:http://cipp.ustb.edu.cn/app.IAManage/index.jsp?m=iamanage&c=Notice&a=noticeInfo&id=22</p>
Expand Down

0 comments on commit 044d8dd

Please sign in to comment.