Auto Commit

上级 2979de5c
......@@ -5,8 +5,8 @@
<link rel="icon" href="https://csdn-665-inscode.s3.cn-north-1.jdcloud-oss.com/inscode/202307/anonymous/1688436360645-09755384-VMG9VSsOi4FZl8WOUxmIxdojCO1Jy0wY/avatar" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index.bda161de.js"></script>
<link rel="stylesheet" href="/assets/index.f2014868.css">
<script type="module" crossorigin src="/assets/index.7ec49da3.js"></script>
<link rel="stylesheet" href="/assets/index.60ec49f5.css">
</head>
<body>
<div id="app"></div>
......
#!/bin/bash
rm -rf dist/*
npm run build
\ No newline at end of file
......@@ -86,7 +86,7 @@
<div class="bg-slate-50 text-gray-700 p-4 mx-2 w-fit max-w-2xl 2xl:max-w-4xl rounded-lg text-wrapper">
<template v-if="item?.viewMode??'chat' === 'image'">
<img v-if="item.img" :src="item.img"/>
<img v-else src="/loading.gif" class="w-[512px] h-[512px]"/>
<img v-else src="/loading.gif" class="w-[512px]"/>
</template>
<template>
{{ item.message ? item.message : '...' }}
......@@ -271,7 +271,7 @@ export default {
}
},
query() {
debugger
if (this.loading) {
MessagePlugin.warning({ content: '正在执行中,请稍等!', placement: 'center' })
return
......@@ -541,7 +541,7 @@ export default {
if (this.mode === 'draw') {
this.prompt = this.default_prompt
}
this.getPods()
// this.getPods()
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册