Compare commits
No commits in common. "abd7be0698bd6a3ff1c96f6eee46c4fb7f265cc2" and "b1407706a8e298d9b8985fa2115c9114f98c7f3d" have entirely different histories.
abd7be0698
...
b1407706a8
|
@ -83,7 +83,7 @@
|
|||
<!--AI 对话调整-->
|
||||
<AdjustDialog v-model="isAdjust" :type="type" :item="editItem" :curMode="curMode" :conversation_id="conversation_id"/>
|
||||
<!--添加、编辑提示词-->
|
||||
<keywordDialog v-model="isWordDialog" :item="editItem" :modeType="type" />
|
||||
<keywordDialog v-model="isWordDialog" :item="editItem" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
|
Loading…
Reference in New Issue