We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bbe19 commit 6bb2af8Copy full SHA for 6bb2af8
1 file changed
.github/ISSUE_TEMPLATE/template_example.yaml
@@ -24,18 +24,17 @@ body:
24
value: |
25
<!--
26
请在下方的 `JSON` 块中填写,字段说明:
27
- - title: 友链标题
28
- - url: 友链地址
+ - title: 网站标题
+ - url: 网站地址
29
- icon: 网站图标
30
- snapshot: 网站截图
31
- description: 一句话简介
32
- - feed: 订阅地址(抓取并显示最新文章,没有 feed 地址时,排序会靠后)
33
-->
34
35
```json
36
{
37
"title": "",
38
- "url": "",
+ "url": "https://",
39
"icon": "",
40
"snapshot": "",
41
"description": ""
0 commit comments