Initial import: Music_Server, MusicFree, catalog-sync

This commit is contained in:
2026-05-23 16:51:14 +08:00
commit 069af30dba
847 changed files with 179878 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
---
name: 反馈问题
description: 问题反馈模板
labels: ["bug"]
body:
- type: markdown
attributes:
value: "## 不要在此仓库提和具体插件有关的问题!!!"
- type: checkboxes
attributes:
label: 提问题之前,请先确认
description: "请勾选以下确认项"
options:
- label: "已经阅读过Q&A (https://musicfree.catcat.work/qa/mobile.html)"
required: true
- label: "要提出的问题与插件功能无关(类似某个插件搜索结果不全、ip被封禁等请找对应插件作者,在此仓库下提具体插件的问题将会被直接关闭)"
required: true
- label: "不与其他已有issue重复"
required: true
- type: textarea
id: system_info
attributes:
label: 系统信息
description: "请填写以下系统信息"
placeholder: |
软件版本:
系统版本:
设备型号:
validations:
required: true
- type: textarea
id: problem_description
attributes:
label: 问题描述
description: "请详细描述问题现象及预期正确行为"
placeholder: "例如:当执行XX操作时,出现XX现象,预期应该XX..."
validations:
required: true
- type: textarea
id: reproduction_steps
attributes:
label: 复现步骤
description: "请按顺序描述复现步骤"
placeholder: |
1. 打开应用
2. 点击XX按钮
3. ...
validations:
required: true
- type: textarea
id: screenshots_logs
attributes:
label: 截图 & 日志
description: "请粘贴截图链接或错误日志(可拖放文件直接上传截图)"
placeholder: "错误日志示例:\n[2023-01-01 12:00] ERROR: xxxx"
validations:
required: false
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 讨论区
url: https://github.com/maotoumao/MusicFree/discussions
about: 在这里讨论或寻求帮助
@@ -0,0 +1,40 @@
---
name: 提交新需求
description: 新功能需求模板
labels: ["feature"]
body:
- type: checkboxes
attributes:
label: 提需求之前,请先确认
description: "请检查以下确认项"
options:
- label: "已经阅读过Q&A (https://musicfree.catcat.work/qa/mobile.html)"
required: true
- label: "新需求不是仅仅满足个人口味的需求"
required: true
- label: "新需求不与其他已有issue重复"
required: true
- label: "我可以在代码、测试上提供帮助"
required: false
- type: textarea
id: feature_description
attributes:
label: 需求描述
description: "请详细说明需求背景、使用场景和预期效果"
placeholder: |
例如:
- 当前存在的痛点是什么?
- 希望如何解决这个问题?
- 预期的使用体验是怎样的?
validations:
required: true
- type: textarea
id: attachments
attributes:
label: 附件信息(可选)
description: "可拖放上传示意图/设计稿"
placeholder: "设计稿说明或云文档链接..."
validations:
required: false