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

This commit is contained in:
lxb007981 2022-01-28 20:06:55 +08:00 committed by GitHub
parent b6c4523eca
commit 1ba7fc6252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -7930,4 +7930,5 @@ curl -G 'http://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_history' \
"_gt_": 0
}
}
```
```
</details>

View File

@ -76,3 +76,4 @@ curl 'https://interface.bilibili.com/serverdate.js'
```js
window.serverdate = Date.UTC(2021, 4, 16, 17, 31, 8);
```
</details>

View File

@ -85,4 +85,4 @@ curl 'https://passport.bilibili.com/web/reg/tel' \
--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'
```
<details>
</details>