Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 authored Nov 11, 2023
1 parent 66cb76d commit d3ca2e6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 76 deletions.
25 changes: 4 additions & 21 deletions Download.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
# 下载

<script>
export default {
mounted() {
fetch('https://api.github.com/repos/saraSakuHj/Hyperceiler/releases/latest')
.then(response => response.json())
.then(data => {
if (document.getElementById("info")) {
const body = data.body.replace(/\r\n/g, '<br/>')
document.getElementById('info').innerHTML = body
}
document.getElementById('version').innerHTML = data.name
document.getElementById('date').innerHTML = data.published_at
document.getElementById('hidden').innerHTML = ''
})
}
}

</script>


- [GitHub Releases 下载](https://github.com/saraSakuHj/Hyperceiler/releases)

- [直链下载](https://api.sevtinge.cc/update.php)

- [alist网盘下载](https://alist.heinu.cc/cemiuiler)

> 以上下载方式均可以下载最新版 alist网盘/github release可以下载历史版本
> 以上下载方式均可以下载最新版 Alist网盘/Github Releases 可以下载历史版本
## 安全提醒

Expand Down Expand Up @@ -73,3 +53,6 @@
更新日期: <span id="date">加载中...</span> (UTC)

<p id="info">加载中...</p>

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
22 changes: 3 additions & 19 deletions en/Download.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
# Download
<script>
export default {
mounted() {
fetch('https://api.github.com/repos/saraSakuHj/Hyperceiler/releases/latest')
.then(response => response.json())
.then(data => {
if(document.getElementById("info")) {
const body = data.body.replace(/\r\n/g, '<br/>')
document.getElementById('info').innerHTML = body
}
document.getElementById('version').innerHTML = data.name
document.getElementById('date').innerHTML = data.published_at
document.getElementById('hidden').innerHTML = ''

})
}
}

</script>

- [GitHub Releases](https://github.com/saraSakuHj/Hyperceiler/releases)

Expand Down Expand Up @@ -68,3 +49,6 @@ Update Date: <span id="date">Loading...</span>(UTC)
**LSposited Warehouse:**

- [Hyperceiler](https://modules.lsposed.org/module/com.sevtinge.hyperceiler)

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
22 changes: 4 additions & 18 deletions pt_BR/Download.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# Download
<script>
export default {
mounted() {
fetch('https://api.github.com/repos/saraSakuHj/Hyperceiler/releases/latest')
.then(response => response.json())
.then(data => {
if (document.getElementById("info")) {
const body = data.body.replace(/\r\n/g, '<br/>')
document.getElementById('info').innerHTML = body
}
document.getElementById('version').innerHTML = data.name
document.getElementById('date').innerHTML = data.published_at
document.getElementById('hidden').innerHTML = ''
})
}
}

</script>

- [GitHub Releases](https://github.com/saraSakuHj/Hyperceiler/releases)

Feedback e Comunicação: [Clique aqui](/pt_BR/Support.html)
Expand Down Expand Up @@ -55,3 +38,6 @@ Feedback e Comunicação: [Clique aqui](/pt_BR/Support.html)
**Repositório de módulos LSPosed:**

- [HyperCeiler](https://modules.lsposed.org/module/com.sevtinge.cemiuiler)

<script setup>
import FetchInfo from '/.vitepress/components/FetchInfo.vue'
21 changes: 3 additions & 18 deletions zh_TW/Download.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# 下載
<script>
export default {
mounted() {
fetch('https://api.github.com/repos/saraSakuHj/Hyperceiler/releases/latest')
.then(response => response.json())
.then(data => {
if (document.getElementById("info")) {
const body = data.body.replace(/\r\n/g, '<br/>')
document.getElementById('info').innerHTML = body
}
document.getElementById('version').innerHTML = data.name
document.getElementById('date').innerHTML = data.published_at
document.getElementById('hidden').innerHTML = ''
})
}
}

</script>

- [GitHub Releases 下載](https://github.com/saraSakuHj/Hyperceiler/releases)

- [藍奏雲下載點](http://api.sevtinge.cc/update.php)
Expand Down Expand Up @@ -69,3 +52,5 @@

<p id="info">載入中...</p>

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

0 comments on commit d3ca2e6

Please sign in to comment.