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

XFEstudio/bilibili-API-collect

fix(user/contract.md): missing `~`

ffba417
SessionHu <102411014+SessionHu@users.noreply.github.com>
提交于

代码差异

1 个文件 +5 -5
Modified docs/user/contract.md +5 -5
@@ -36,8 +36,8 @@
36 36 | 字段名 | 类型 | 内容 | 备注 |
37 37 |---------------|------|-----------------------------------|-----|
38 38 | allow_message | bool | `true` | |
39 | input_text | str | `UP主加油!看好你噢` | |
40 | input_title | str | `感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧 ` | |
39 | input_text | str | `UP主加油!看好你噢~` | |
40 | input_title | str | `感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧~ ` | |
41 41
42 42 **示例:**
43 43
@@ -59,8 +59,8 @@ curl --location --request POST 'https://api.bilibili.com/x/v1/contract/add_contr
59 59 "ttl": 1,
60 60 "data": {
61 61 "allow_message": true,
62 "input_text": "UP主加油!看好你噢",
63 "input_title": "感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧 "
62 "input_text": "UP主加油!看好你噢~",
63 "input_title": "感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧~"
64 64 }
65 65 }
66 66 ```
@@ -128,4 +128,4 @@ curl --location --request POST 'https://api.bilibili.com/x/v1/contract/add_messa
128 128 }
129 129 ```
130 130
131 </details>
131 </details>