feat: image wall stable diffusion image list component is ready

This commit is contained in:
RockYang
2023-10-13 15:16:40 +08:00
parent 606f24e981
commit c7daaa00cd
17 changed files with 727 additions and 524 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="page-mj">
<div class="inner">
<div class="inner custom-scroll">
<div class="mj-box">
<h2>MidJourney 创作中心</h2>
@@ -600,4 +600,5 @@ const send = (url, index, item) => {
<style lang="stylus">
@import "@/assets/css/image-mj.styl"
@import "@/assets/css/custom-scroll.styl"
</style>