校赛提交

This commit is contained in:
2025-09-16 22:17:20 +08:00
parent 174d8a3bc5
commit dd3f702887
12 changed files with 175 additions and 216 deletions

View File

@@ -1,6 +1,7 @@
// API接口列表
const API_ENDPOINTS = [
"https://60s.api.shumengya.top/v2/weibo",
"https://60s-cf.viki.moe/v2/weibo",
];
// 当前使用的API索引
@@ -72,7 +73,7 @@ async function fetchWeiboHotList() {
// 显示错误信息
hotListElement.innerHTML = `
<div class="loading">
获取数据失败,正在尝试其他接口...
正在尝试其他接口...
</div>
`;

View File

@@ -1,3 +0,0 @@
[
"https://60s.api.shumengya.top"
]