From 901e4cc46a1b3748e1305f2f905421a3ed466ef7 Mon Sep 17 00:00:00 2001 From: YuShifan <894402575bt@gmail.com> Date: Thu, 7 Dec 2023 11:36:17 +0800 Subject: [PATCH 1/2] feat(copilot): add preset prompt actions --- src/components/Copilot.vue | 221 ++++++++++++++++++++++++++++++++++++- src/lang/common.ts | 77 +++++++++++++ src/utils/element.ts | 2 + 3 files changed, 295 insertions(+), 5 deletions(-) diff --git a/src/components/Copilot.vue b/src/components/Copilot.vue index 25c2f733a..389447bae 100644 --- a/src/components/Copilot.vue +++ b/src/components/Copilot.vue @@ -25,7 +25,15 @@ {{ $t('common.thinking') }} -