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
@@ -0,0 +1,28 @@
name: "📚 文档问题"
description: "反馈文档缺失/错误或提出改进建议。"
title: "[Docs]: "
labels: ["documentation"]
body:
- type: textarea
id: issue
attributes:
label: 哪里不对 / 缺什么?
placeholder: "文档在...部分不清晰/错误..."
validations:
required: true
- type: input
id: page
attributes:
label: 相关页面 / 章节
placeholder: "文档链接或路径"
validations:
required: false
- type: textarea
id: suggestion
attributes:
label: 建议修改
placeholder: "建议的表述 / 示例..."
validations:
required: false