mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
Merge branch 'main' of https://github.com/yangjian102621/geekai into main
This commit is contained in:
commit
6839827db0
@ -5,9 +5,9 @@
|
|||||||
<h2>AI 绘画作品墙</h2>
|
<h2>AI 绘画作品墙</h2>
|
||||||
<div class="settings">
|
<div class="settings">
|
||||||
<el-radio-group v-model="imgType" @change="changeImgType">
|
<el-radio-group v-model="imgType" @change="changeImgType">
|
||||||
<el-radio value="mj" size="large">MidJourney</el-radio>
|
<el-radio label="mj" size="large">MidJourney</el-radio>
|
||||||
<el-radio value="sd" size="large">Stable Diffusion</el-radio>
|
<el-radio label="sd" size="large">Stable Diffusion</el-radio>
|
||||||
<el-radio value="dall" size="large">DALL-E</el-radio>
|
<el-radio label="dall" size="large">DALL-E</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<image-sd/>
|
<image-sd/>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
<van-tab title="DALL" name="dall">
|
<van-tab title="DALL" name="dall">
|
||||||
<van-empty description="功能正在开发中"/>
|
<van-empty description="功能正在开发中"/>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
</van-tabs>
|
</van-tabs>
|
||||||
</div>
|
</div>
|
||||||
@ -30,4 +30,4 @@ const activeName = ref("mj")
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user