03-ai-and-config.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
  2. name: ✨ AI 提示词分享与配置求助
  3. description: 分享你调优的 ai_analysis_prompt.txt 或寻求设置帮助
  4. title: "[AI/配置] "
  5. labels: ["config", "AI"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. ### ✨ 提示词分享计划
  11. 欢迎在此分享你精心调优的 `ai_analysis_prompt.txt` 内容!
  12. 优秀的提示词可以让 AI 分析更精准、更有趣。
  13. ---
  14. 如果是**寻求配置帮助**,请尽量贴出你的错误表现。
  15. - type: dropdown
  16. id: category
  17. attributes:
  18. label: 🏷️ 目的
  19. options:
  20. - 分享我的 AI 提示词 (ai_analysis_prompt.txt)
  21. - 寻求 AI 分析设置帮助
  22. - 寻求基础功能配置帮助 (Webhook/RSS等)
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: share-content
  27. attributes:
  28. label: 📄 内容描述
  29. placeholder: |
  30. - 如果是分享:请贴出你的提示词代码块,并简述它的分析风格。
  31. - 如果是求助:请贴出你的配置片段(隐藏 Key)和遇到的现象。
  32. validations:
  33. required: true
  34. - type: textarea
  35. id: screenshots
  36. attributes:
  37. label: 📷 效果截图(推荐)
  38. placeholder: 拖拽分析结果截图或配置截图到这里。
  39. validations:
  40. required: false