Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Sep 17, 2023
1 parent 84529d2 commit 88a94e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pages/practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func main() {

---

<img v-click src="assets/images/practice-3.png" class="h-90"/>
<img v-click src="/assets/images/practice-3.png" class="h-90"/>

<v-click>

Expand Down
10 changes: 5 additions & 5 deletions pages/scene.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
<div v-click class="h-100 overflow-auto mt-1">
<img src="assets/images/scene-1.png" width="530" />
<img src="/assets/images/scene-1.png" width="530" />
</div>
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
<div v-click class="h-100 overflow-auto mt-1">
<img src="assets/images/scene-2.png" width="530" />
<img src="/assets/images/scene-2.png" width="530" />
</div>
Expand All @@ -160,7 +160,7 @@ jobs:
[效果地址](https://github-actions-hexo-template.flc.io/)
![](assets/images/scene-3.png)
![](/assets/images/scene-3.png)
---
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
<div class="h-100 overflow-auto mt-1">
<img v-click src="assets/images/scene-4.png" width="530" />
<img v-click src="/assets/images/scene-4.png" width="530" />
<v-click>
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
<div v-click class="h-70 overflow-auto">
<img src="assets/images/scene-5.png" width="530" />
<img src="/assets/images/scene-5.png" width="530" />
</div>
Expand Down
12 changes: 6 additions & 6 deletions pages/started.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:

<div v-click class="h-100 overflow-auto mt-1">

<img src="assets/images/started-3.png" width="530" />
<img src="/assets/images/started-3.png" class="w-100" />

</div>

Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:

<div v-click class="h-100 overflow-auto mt-1">

<img src="assets/images/started-4.png" width="530" />
<img src="/assets/images/started-4.png" width="530" />

</div>

Expand Down Expand Up @@ -401,7 +401,7 @@ func main() {

</div>

<div v-click><img src="assets/images/started-6.png" width="530" /></div>
<div v-click><img src="/assets/images/started-6.png" width="530" /></div>

</div>

Expand All @@ -417,9 +417,9 @@ func main() {

<div class="flex gap-4 mt-3">

<img v-click src="assets/images/started-7.png" class="h-90" />
<img v-click src="/assets/images/started-7.png" class="h-90" />

<img v-click src="assets/images/started-8.png" class="h-90" />
<img v-click src="/assets/images/started-8.png" class="h-90" />

</div>

Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:

<div v-click class="h-100 overflow-auto mt-1">

<img src="assets/images/started-9.png" class="h-80" />
<img src="/assets/images/started-9.png" class="h-80" />

</div>

Expand Down

0 comments on commit 88a94e9

Please sign in to comment.