Auto Commit

上级 2979de5c
...@@ -5,8 +5,8 @@ ...@@ -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" /> <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" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title> <title>Vite App</title>
<script type="module" crossorigin src="/assets/index.bda161de.js"></script> <script type="module" crossorigin src="/assets/index.7ec49da3.js"></script>
<link rel="stylesheet" href="/assets/index.f2014868.css"> <link rel="stylesheet" href="/assets/index.60ec49f5.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
#!/bin/bash
rm -rf dist/*
npm run build
\ No newline at end of file
...@@ -86,7 +86,7 @@ ...@@ -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"> <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'"> <template v-if="item?.viewMode??'chat' === 'image'">
<img v-if="item.img" :src="item.img"/> <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>
<template> <template>
{{ item.message ? item.message : '...' }} {{ item.message ? item.message : '...' }}
...@@ -271,7 +271,7 @@ export default { ...@@ -271,7 +271,7 @@ export default {
} }
}, },
query() { query() {
debugger
if (this.loading) { if (this.loading) {
MessagePlugin.warning({ content: '正在执行中,请稍等!', placement: 'center' }) MessagePlugin.warning({ content: '正在执行中,请稍等!', placement: 'center' })
return return
...@@ -541,7 +541,7 @@ export default { ...@@ -541,7 +541,7 @@ export default {
if (this.mode === 'draw') { if (this.mode === 'draw') {
this.prompt = this.default_prompt 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.
先完成此消息的编辑!
想要评论请 注册