mirror of
https://github.com/woodchen-ink/Random-Api.git
synced 2025-07-18 14:02:03 +08:00
Update index.html
This commit is contained in:
parent
00c04b57d3
commit
7942dc65b8
@ -104,7 +104,7 @@
|
||||
});
|
||||
|
||||
// 异步加载 index.md 文件内容
|
||||
fetch('https://raw.githubusercontent.com/woodchen-ink/Random-Api/master/index.md')
|
||||
fetch('https://random-api.pages.dev/index.md')
|
||||
.then(response => response.text())
|
||||
.then(markdownText => {
|
||||
// 渲染 Markdown 内容
|
||||
|
Loading…
x
Reference in New Issue
Block a user