1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "header": {
- "title": {
- "tag": "plain_text",
- "content": "操作选择成功,请确认Prompt后点击开始"
- },
- "template": "blue"
- },
- "elements": [
- {
- "tag": "div",
- "text": {
- "content": "ヾ(≧▽≦*)o",
- "tag": "plain_text"
- }
- },
- {
- "tag": "column_set",
- "flex_mode": "none",
- "background_style": "grey",
- "columns": []
- },
- {
- "tag": "hr"
- },
- {
- "tag": "div",
- "text": {
- "content": "",
- "tag": "plain_text"
- }
- },
- {
- "tag": "action",
- "actions": [
- {
- "tag": "select_static",
- "initial_option": "",
- "value": {
- "type": "action"
- },
- "options": [
- {
- "text": {
- "tag": "lark_md",
- "content": "试衣间"
- },
- "value": "clothes"
- },
- {
- "text": {
- "tag": "lark_md",
- "content": "Furry头像"
- },
- "value": "furry"
- }
-
- ]
- },
- {
- "tag": "select_static",
- "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": "图片需要有模特( •̀ ω •́ )✧"
- }
- ]
- }
- ]
- }
|