We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba126ee commit d2827eeCopy full SHA for d2827ee
README.md
@@ -2,6 +2,17 @@
2
3
基于[midjourney-client](https://github.com/erictik/midjourney-client)的api开发的可交互绘画界面,需要自行实现后端代理部分
4
5
+## 在线体验/反馈
6
+- [体验地址:http://mj-imagine.cn/](http://mj-imagine.cn/)
7
+- [其他交流,反馈问题](#页面截图)
8
+
9
+## 技术栈
10
+- 渲染/构建框架:vue3 + vite + typescript
11
+- ui库:element-plus
12
+- 样式处理:tailwind
13
+- 请求库:axios
14
+- 其他:crypto-js、clipboard、socket.io
15
16
## 已完成功能
17
- [x] 列表展示
18
- [x] 只看我的
@@ -20,5 +31,7 @@
20
31
21
32

22
33
23
- <img src="./screen-3.png" style="margin: 10px auto; display: block; max-width: 60%;" />
24
- <img src="./screen-4.jpeg" style="margin: 0 auto; display: block; max-width: 50%;" />
34
+ <img src="./screen-3.png" width="375" />
35
36
+## 反馈/交流
37
+ <img src="./screen-4.jpeg" width="220" />
0 commit comments