mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-15 02:54:20 +08:00
66 lines
2.2 KiB
YAML
66 lines
2.2 KiB
YAML
name: 功能改进
|
||
description: Feature Request
|
||
title: "[Feature Request]: "
|
||
labels: ["feature request"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
请说明你希望添加的功能。
|
||
|
||
站点适配请求请先按 [站点适配采集说明](https://github.com/jxxghp/MoviePilot/blob/v3/docs/site-adapter-capture.md) 生成脱敏 ZIP,并在下方附加。Issue 及附件是公开内容,提交前必须解压预览四个文件。不要上传 Cookie、Authorization、通行密钥、会话字段或任何原始数据。
|
||
- type: input
|
||
id: version
|
||
attributes:
|
||
label: 当前程序版本
|
||
description: 目前使用的程序版本;仅提供站点采集文件且未安装 MoviePilot 时填写“不适用”
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
id: environment
|
||
attributes:
|
||
label: 运行环境
|
||
description: 当前程序运行环境
|
||
options:
|
||
- Docker
|
||
- Windows
|
||
- macOS
|
||
- Linux
|
||
- 仅提供站点采集文件
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
id: type
|
||
attributes:
|
||
label: 功能改进类型
|
||
description: 你需要在下面哪个方面改进功能
|
||
options:
|
||
- 主程序
|
||
- 插件
|
||
- 站点适配
|
||
- 其他
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: feature-request
|
||
attributes:
|
||
label: 功能改进
|
||
description: 请详细描述需要改进或者添加的功能。
|
||
placeholder: "功能改进"
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: site-adapter-capture
|
||
attributes:
|
||
label: 站点适配采集文件
|
||
description: 站点适配请求必须把采集器生成并人工预览确认过的脱敏 ZIP 拖到这里;Issue 附件公开,严禁附加 Cookie、原始 HTML、HAR 或浏览器网络归档。其他类型请填写“不适用”。
|
||
placeholder: "将 moviepilot-site-capture-*.zip 拖到这里;非站点适配填写:不适用"
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: references
|
||
attributes:
|
||
label: 参考资料
|
||
description: 可以列举一些参考资料,但是不要引用同类但商业化软件的任何内容。
|
||
placeholder: "参考资料"
|