feat: export report as Markdown
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
"waiting": "Waiting for model feedback...",
|
||||
"submit": "Submit Answer",
|
||||
"error": "Error getting feedback: {0}",
|
||||
"noQuestions": "The AI model did not return any follow-up questions."
|
||||
"noQuestions": "The model did not return any follow-up questions."
|
||||
},
|
||||
"webBrowsing": {
|
||||
"title": "3. Web Browsing",
|
||||
@ -75,6 +75,7 @@
|
||||
"researchReport": {
|
||||
"title": "4. Research Report",
|
||||
"exportPdf": "Export PDF",
|
||||
"exportMarkdown": "Export Markdown",
|
||||
"sources": "Sources",
|
||||
"waiting": "Waiting for report...",
|
||||
"generating": "Generating report...",
|
||||
|
@ -75,6 +75,7 @@
|
||||
"researchReport": {
|
||||
"title": "4. 研究报告",
|
||||
"exportPdf": "导出 PDF",
|
||||
"exportMarkdown": "导出 Markdown",
|
||||
"sources": "来源",
|
||||
"waiting": "等待报告...",
|
||||
"generating": "生成报告中...",
|
||||
|
Reference in New Issue
Block a user