Update index.html

This commit is contained in:
wood chen 2024-02-18 17:21:17 +08:00 committed by GitHub
parent 00c04b57d3
commit 7942dc65b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 内容
@ -114,4 +114,4 @@
</script>
</body>
</html>
</html>