Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 authored Nov 11, 2023
1 parent d3ca2e6 commit a4b0744
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@
<p id="info">加载中...</p>

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
</script>
<FetchInfo/>
4 changes: 3 additions & 1 deletion en/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ Update Date: <span id="date">Loading...</span>(UTC)
- [Hyperceiler](https://modules.lsposed.org/module/com.sevtinge.hyperceiler)

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
</script>
<FetchInfo/>
4 changes: 3 additions & 1 deletion pt_BR/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ Feedback e Comunicação: [Clique aqui](/pt_BR/Support.html)
- [HyperCeiler](https://modules.lsposed.org/module/com.sevtinge.cemiuiler)

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
</script>
<FetchInfo/>
4 changes: 3 additions & 1 deletion zh_TW/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@
<p id="info">載入中...</p>

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
</script>
<FetchInfo/>

0 comments on commit a4b0744

Please sign in to comment.