03-ai-and-config.yml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. ---
  16. ### 📌 如何查看版本号?
  17. | 部署方式 | 查看方法 |
  18. |---------|---------|
  19. | **Docker** | 查看容器启动日志,版本号显示在日志开头 |
  20. | **GitHub Actions** | 查看 [README 文档](https://github.com/sansan0/TrendRadar) 顶部的 ![version](https://img.shields.io/badge/version-blue) 徽章 |
  21. | **本地 Python** | 查看项目根目录的 `version` 文件 |
  22. - type: dropdown
  23. id: category
  24. attributes:
  25. label: 🏷️ 目的
  26. options:
  27. - 分享我的 AI 提示词 (ai_analysis_prompt.txt)
  28. - 寻求 AI 分析设置帮助
  29. - 寻求基础功能配置帮助 (Webhook/RSS等)
  30. validations:
  31. required: true
  32. - type: input
  33. id: version
  34. attributes:
  35. label: 📦 TrendRadar 版本(求助时必填)
  36. description: |
  37. 如果是寻求帮助,请提供版本号。
  38. 💡 Docker 用户:查看容器启动日志 | GitHub Actions 用户:查看文档顶部 version 徽章
  39. placeholder: v5.2.0 或 commit hash(分享提示词可留空)
  40. validations:
  41. required: false
  42. - type: input
  43. id: ai-model
  44. attributes:
  45. label: 🤖 AI 模型名称
  46. description: |
  47. 请提供你使用的具体模型名称。
  48. AI 分析效果与模型能力密切相关,不同模型表现差异很大。
  49. 分享提示词时也请注明,方便其他用户参考。
  50. placeholder: "例如:deepseek/deepseek-chat、openai/gpt-4o、gemini/gemini-2.5-flash"
  51. validations:
  52. required: false
  53. - type: textarea
  54. id: share-content
  55. attributes:
  56. label: 📄 内容描述
  57. placeholder: |
  58. - 如果是分享:请贴出你的提示词代码块,并简述它的分析风格。
  59. - 如果是求助:请贴出你的配置片段(隐藏 Key)和遇到的现象。
  60. validations:
  61. required: true
  62. - type: textarea
  63. id: screenshots
  64. attributes:
  65. label: 📷 效果截图(推荐)
  66. description: |
  67. ⚠️ **重要提示**:请提供**完整截图**,不要只截取局部!
  68. - 分享时:展示 AI 分析的完整输出效果
  69. - 求助时:展示完整的错误信息或异常表现
  70. 局部截图往往缺少关键信息,会导致问题难以定位。
  71. placeholder: 拖拽分析结果截图或配置截图到这里,请确保截图完整。
  72. validations:
  73. required: false