Thu Jun 1 07:25:00 UTC 2023 inscode

上级 39fed091
......@@ -8,7 +8,7 @@
</template>
</div>
<div class="question ivu-mt">
<Input v-model="question" type="textarea" :autosize="{ minRows: 4, maxRows: 6 }" placeholder="输入你的问题" />
<Input v-model="question" type="textarea" :autosize="{ minRows: 4, maxRows: 6 }" placeholder="欢迎使用ICCGPT,请输入" />
<Row class="ivu-mt">
<Col>
<Button type="primary" size="large" icon="md-send" :loading="loading" @click="handleSend">发送</Button>
......@@ -51,7 +51,7 @@ export default {
this.dialogs.push({
id: aiDialogID,
role: 'ai',
text: 'AI 思考中...'
text: 'ICCGPT正在输入'
});
const dialog = this.dialogs.find(item => item.id === aiDialogID);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册