XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

add matching end tag for tag <details> (#300)

1ba7fc6
lxb007981 <lxb007981@hotmail.com>
提交于

代码差异

3 个文件 +4 -2
Modified dynamic/tag_dynamics.md +2 -1
@@ -7930,4 +7930,5 @@ curl -G 'http://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_history' \
7930 7930 "_gt_": 0
7931 7931 }
7932 7932 }
7933 ```
7933 ```
7934 </details>
Modified other/time_stamp.md +1 -0
@@ -76,3 +76,4 @@ curl 'https://interface.bilibili.com/serverdate.js'
76 76 ```js
77 77 window.serverdate = Date.UTC(2021, 4, 16, 17, 31, 8);
78 78 ```
79 </details>
Modified user/register.md +1 -1
@@ -85,4 +85,4 @@ curl 'https://passport.bilibili.com/web/reg/tel' \
85 85 --data-raw 'nickName=%E8%90%8C%E7%B3%BB%E5%B0%8F%E5%A6%B9%E7%BA%B8%E3%82%8F&code=121314&pwd=Password1234&gourl=https%3A%2F%2Fpassport.bilibili.com%2Flogin%3Fgourl%3Dhttps%3A%2F%2Fspace.bilibili.com&tel=13888888888&cid=1&plat=0'
86 86 ```
87 87
88 <details>
88 </details>