1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "header": {
- "title": {
- "tag": "plain_text",
- "content": "上传图片中,请先选择你的操作"
- },
- "template": "blue"
- },
- "elements": [
- {
- "tag": "div",
- "text": {
- "content": "------------上传中(o゚v゚)ノ",
- "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": "选择操作"
- },
- "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人物"
- },
- "value": {
- "type": "lora"
- },
- "options": []
- },
- {
- "tag": "button",
- "text": {
- "tag": "lark_md",
- "content": "**上传中**"
- },
- "type": "default",
- "value": {
- "type" : "uploading",
- "key": "uploading"
- }
- }
- ]
- },
- {
- "tag": "note",
- "elements": [
- {
- "tag": "plain_text",
- "content": "图片需要有模特( •̀ ω •́ )✧"
- }
- ]
- }
- ],
- "config": {
- "enable_forward": true,
- "update_multi":true
- }
- }
|