feat: 添加模板文件
This commit is contained in:
parent
04452a5fad
commit
220b81b8cb
23
.github/ISSUE_TEMPLATE/add.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/add.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: 添加接口
|
||||||
|
description: 请填写希望添加的接口信息
|
||||||
|
title: "[添加接口]"
|
||||||
|
labels: [add]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: name
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "希望添加哪个接口?"
|
||||||
|
placeholder: "请填写接口名称"
|
||||||
|
- type: input
|
||||||
|
id: site-url
|
||||||
|
attributes:
|
||||||
|
label: "官方接口地址"
|
||||||
|
description: "如果有的话,请提供官方接口地址"
|
||||||
|
placeholder: "请填写接口地址"
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: "其他信息"
|
||||||
|
description: "还需要说些什么吗"
|
3
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
3
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: 其他信息
|
||||||
|
description: 关于使用上的问题
|
||||||
|
labels: [other]
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dailyhot_api",
|
"name": "dailyhot_api",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "一个今日热榜 .",
|
"description": "一个今日热榜",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
lockfileVersion: '6.0'
|
lockfileVersion: '6.1'
|
||||||
|
|
||||||
|
settings:
|
||||||
|
autoInstallPeers: true
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
axios:
|
axios:
|
||||||
|
Loading…
Reference in New Issue
Block a user