Skip to content

Commit

Permalink
docs: API 已失效,等待更新
Browse files Browse the repository at this point in the history
  • Loading branch information
orilights committed Jan 26, 2024
1 parent 69f078d commit 17b0aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 原神官网更换了新 API,旧 API 数据已停止更新且新闻ID无法对应,之后有空适配一下

# 原神官网新闻检索

![preview](docs/preview.png)
Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function fetchData(force_refresh = false) {
})
.finally(() => {
loading.value = false
toast.info('原神官网更换了新 API,旧 API 数据已停止更新且新闻ID无法对应,之后有空适配一下', { timeout: 30000 })
})
}
Expand Down

0 comments on commit 17b0aa4

Please sign in to comment.