代码编辑器添加AI助手,支持AI代码编写

This commit is contained in:
fofolee
2025-02-20 01:04:11 +08:00
parent ac19d06845
commit d82c735cfe
14 changed files with 1033 additions and 325 deletions

View File

@@ -21,7 +21,6 @@
v-if="!isRunCodePage"
v-model="commandManager.state.currentCommand"
from="quickcommand"
@update:is-expanded="isConfigExpanded = $event"
:expand-on-focus="true"
class="command-config"
/>
@@ -97,7 +96,6 @@ export default {
programLanguages: Object.keys(programs),
showComposer: false,
listener: null,
isConfigExpanded: false,
composerInfo: {
program: "quickcomposer",
},