Skip to content

Commit

Permalink
deploy: 13fda13
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 14, 2024
1 parent 8dc5203 commit 34a975d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Bangumi API",
"description": "你可以在 <https://next.bgm.tv/demo/access-token> 生成一个 Access Token\n\n## [关于 User Agent](https:/bangumi/api/blob/master/docs-raw/user%20agent.md)\n\n如果你在使用中遇到了问题,请优先使用 GitHub issue 提交问题。在 bangumi 小组发帖可能无法得到及时反馈。\n",
"version": "2024-10-1",
"version": "2024-10-15",
"contact": {
"name": "Bangumi API",
"url": "https:/bangumi/api/"
Expand Down Expand Up @@ -5940,6 +5940,7 @@
"nsfw",
"locked",
"platform",
"meta_tags",
"volumes",
"eps",
"series",
Expand Down Expand Up @@ -6113,6 +6114,13 @@
}
}
},
"meta_tags": {
"description": "由维基人维护的 tag",
"type": "array",
"items": {
"type": "string"
}
},
"tags": {
"$ref": "#/components/schemas/SubjectTags"
}
Expand Down

0 comments on commit 34a975d

Please sign in to comment.