新增: AI Chat @灵感提及(ChatInput mention idea组)

- ChatInput.vue: MentionItem type加idea + mentionItems加idea过滤(title/description projectsStore.ideas) + mentionGroups加idea组 + selectMention插入[灵感: title]
- i18n zh/en: mentionGroupIdea
灵感走store同步computed(同project/task模式 无IPC)
This commit is contained in:
2026-06-19 16:26:42 +08:00
parent c38cefe47b
commit ec1daa8844
3 changed files with 24 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ export default {
mentionHint: "{'@'} 引用项目/任务",
mentionGroupProject: '项目',
mentionGroupTask: '任务',
mentionGroupIdea: '灵感',
mentionNoMatch: '无匹配实体',
mentionEmpty: '暂无可引用的项目/任务',