fix: fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ const EditWebhook = () => {
|
|||||||
' "title": "$title",\n' +
|
' "title": "$title",\n' +
|
||||||
' "description": "描述信息:$description",\n' +
|
' "description": "描述信息:$description",\n' +
|
||||||
' "content": "内容:$content",\n' +
|
' "content": "内容:$content",\n' +
|
||||||
' "url": "https://example.com/$titl}"\n' +
|
' "url": "https://example.com/$title"\n' +
|
||||||
'}',
|
'}',
|
||||||
channel: '',
|
channel: '',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user