Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
发发939
AI绘图
提交
bb02fdc6
A
AI绘图
项目概览
发发939
/
AI绘图
与 Fork 源项目一致
Fork自
冯丙见 / AI绘图
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
A
AI绘图
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
bb02fdc6
编写于
7月 10, 2023
作者:
6
622aa39c1f9b166ab1a38c05
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Auto Commit
上级
2979de5c
变更
5
展开全部
隐藏空白更改
内联
并排
Showing
5 changed file
with
527 addition
and
523 deletion
+527
-523
dist/assets/index.60ec49f5.css
dist/assets/index.60ec49f5.css
+1
-1
dist/assets/index.7ec49da3.js
dist/assets/index.7ec49da3.js
+517
-517
dist/index.html
dist/index.html
+2
-2
preview.sh
preview.sh
+4
-0
src/App.vue
src/App.vue
+3
-3
未找到文件。
dist/assets/index.
f2014868
.css
→
dist/assets/index.
60ec49f5
.css
浏览文件 @
bb02fdc6
此差异已折叠。
点击以展开。
dist/assets/index.
bda161de
.js
→
dist/assets/index.
7ec49da3
.js
浏览文件 @
bb02fdc6
此差异已折叠。
点击以展开。
dist/index.html
浏览文件 @
bb02fdc6
...
...
@@ -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>
...
...
preview.sh
0 → 100644
浏览文件 @
bb02fdc6
#!/bin/bash
rm
-rf
dist/
*
npm run build
\ No newline at end of file
src/App.vue
浏览文件 @
bb02fdc6
...
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录