mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 02:47:30 +08:00
代码编辑器添加AI助手,支持AI代码编写
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user