From 220b81b8cbec64c79280b35587da0e1360ac59e2 Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 1 Jun 2023 15:15:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/add.yml | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other.yml | 3 +++ package.json | 4 ++-- pnpm-lock.yaml | 6 +++++- 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/add.yml create mode 100644 .github/ISSUE_TEMPLATE/other.yml diff --git a/.github/ISSUE_TEMPLATE/add.yml b/.github/ISSUE_TEMPLATE/add.yml new file mode 100644 index 0000000..2acdeb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add.yml @@ -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: "还需要说些什么吗" diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..e90e4b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,3 @@ +name: 其他信息 +description: 关于使用上的问题 +labels: [other] \ No newline at end of file diff --git a/package.json b/package.json index bfd9568..4a8f0ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dailyhot_api", - "version": "0.0.1", - "description": "一个今日热榜 .", + "version": "0.0.2", + "description": "一个今日热榜", "main": "index.js", "scripts": { "start": "node index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1118838..2565d0a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false dependencies: axios: