fix: Wrong character at the api docs (#427)
This commit is contained in:
parent
fd4de21feb
commit
3d815cbd83
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
## 格式
|
||||
|
||||
“bvid”恒为长度为12的字符串,前两个字母为大写“BV”,后10个位base58计算结果
|
||||
“bvid”恒为长度为12的字符串,前两个字母为大写“BV”,后10个为base58计算结果
|
||||
|
||||
## 实质
|
||||
|
||||
|
|
@ -196,4 +196,4 @@ console.log(bvcode.av2bv(170001));
|
|||
```
|
||||
BV17x411w7KC
|
||||
170001
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue