12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "header": {
- "title": {
- "tag": "plain_text",
- "content": "上传图片成功,请选择你的操作后点击开始"
- },
- "template": "blue"
- },
- "elements": [
- {
- "tag": "div",
- "text": {
- "content": "ヾ(≧▽≦*)o",
- "tag": "plain_text"
- }
- },
- {
- "tag": "column_set",
- "flex_mode": "none",
- "background_style": "grey",
- "columns": []
- },
- {
- "tag": "hr"
- },
- {
- "tag": "action",
- "actions": [
- {
- "tag": "select_static",
- "placeholder": {
- "tag": "plain_text",
- "content": "选择操作"
- },
- "initial_option": "",
- "value": {
- "type": "action"
- },
- "options": [
- {
- "text": {
- "tag": "lark_md",
- "content": "试衣间"
- },
- "value": "clothes"
- },
- {
- "text": {
- "tag": "lark_md",
- "content": "Furry头像"
- },
- "value": "furry"
- }
-
- ]
- },
- {
- "tag": "select_static",
- "placeholder": {
- "tag": "plain_text",
- "content": "选择Lora人物"
- },
- "initial_option": "",
- "value": {
- "type": "lora"
- },
- "options": []
- },
- {
- "tag": "button",
- "text": {
- "tag": "lark_md",
- "content": "**开始**"
- },
- "type": "primary",
- "value": {
- "type" : "action",
- "key": "start"
- }
- }
- ]
- },
- {
- "tag": "note",
- "elements": [
- {
- "tag": "plain_text",
- "content": "图片需要有模特( •̀ ω •́ )✧"
- }
- ]
- }
- ],
- "config": {
- "enable_forward": true,
- "update_multi":true
- }
- }
|