mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-09-26 22:49:14 +08:00
Update discussion template
This commit is contained in:
parent
5b155e58d1
commit
abaffc348e
@ -2,6 +2,12 @@
|
||||
"title": "功能建议",
|
||||
"labels": [],
|
||||
"body": [
|
||||
{
|
||||
"type": "markdown",
|
||||
"attributes": {
|
||||
"value": "默认您已阅读 [常见问题解答](https://github.com/the1812/Bilibili-Evolved/discussions/1301)\n请勿重复发起, 发之前记得搜索一下. 如果需要反馈 Bug, 请前往 [Issues](https://github.com/the1812/Bilibili-Evolved/issues) 发起.\n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "textarea",
|
||||
"id": "description",
|
||||
|
5
.github/DISCUSSION_TEMPLATE/功能建议-ideas.yml
vendored
5
.github/DISCUSSION_TEMPLATE/功能建议-ideas.yml
vendored
@ -1,6 +1,11 @@
|
||||
title: 功能建议
|
||||
labels: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
默认您已阅读 [常见问题解答](https://github.com/the1812/Bilibili-Evolved/discussions/1301)
|
||||
请勿重复发起, 发之前记得搜索一下. 如果需要反馈 Bug, 请前往 [Issues](https://github.com/the1812/Bilibili-Evolved/issues) 发起.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@ -108,6 +108,13 @@
|
||||
"problemMatcher": [],
|
||||
"label": "功能:编译所有 prod:build-features"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"command": "pnpm build-github-config",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"label": "功能:生成 GitHub 配置 prod:build-github-config"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"command": "pnpm webpack --config ./registry/webpack/docs.ts --progress",
|
||||
|
Loading…
Reference in New Issue
Block a user