diff --git a/src/components/ai/AIAssistantSideBar.vue b/src/components/ai/AIAssistantSideBar.vue index 7f1f758..db6c251 100644 --- a/src/components/ai/AIAssistantSideBar.vue +++ b/src/components/ai/AIAssistantSideBar.vue @@ -312,7 +312,7 @@ export default defineComponent({ const specificInstructions = languageSpecific[language] || ""; const lastInstructions = - "\n请直接给我MARKDOWN格式的代码,任何情况下都不需要做解释和说明"; + "\n请直接给我MARKDOWN格式的代码(以```脚本语言开头,以```结尾),任何情况下都不需要做解释和说明"; return commonInstructions + specificInstructions + lastInstructions; },