| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
- name: ✨ AI 提示词分享与配置求助
- description: 分享你调优的 ai_analysis_prompt.txt 或寻求设置帮助
- title: "[AI/配置] "
- labels: ["config", "AI"]
- body:
- - type: markdown
- attributes:
- value: |
- ### ✨ 提示词分享计划
- 欢迎在此分享你精心调优的 `ai_analysis_prompt.txt` 内容!
- 优秀的提示词可以让 AI 分析更精准、更有趣。
- ---
- 如果是**寻求配置帮助**,请尽量贴出你的错误表现。
- - type: dropdown
- id: category
- attributes:
- label: 🏷️ 目的
- options:
- - 分享我的 AI 提示词 (ai_analysis_prompt.txt)
- - 寻求 AI 分析设置帮助
- - 寻求基础功能配置帮助 (Webhook/RSS等)
- validations:
- required: true
- - type: textarea
- id: share-content
- attributes:
- label: 📄 内容描述
- placeholder: |
- - 如果是分享:请贴出你的提示词代码块,并简述它的分析风格。
- - 如果是求助:请贴出你的配置片段(隐藏 Key)和遇到的现象。
- validations:
- required: true
- - type: textarea
- id: screenshots
- attributes:
- label: 📷 效果截图(推荐)
- placeholder: 拖拽分析结果截图或配置截图到这里。
- validations:
- required: false
|