start_card.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "header": {
  3. "title": {
  4. "tag": "plain_text",
  5. "content": "操作选择成功,请确认Prompt后点击开始"
  6. },
  7. "template": "blue"
  8. },
  9. "elements": [
  10. {
  11. "tag": "div",
  12. "text": {
  13. "content": "ヾ(≧▽≦*)o",
  14. "tag": "plain_text"
  15. }
  16. },
  17. {
  18. "tag": "column_set",
  19. "flex_mode": "none",
  20. "background_style": "grey",
  21. "columns": []
  22. },
  23. {
  24. "tag": "hr"
  25. },
  26. {
  27. "tag": "div",
  28. "text": {
  29. "content": "",
  30. "tag": "plain_text"
  31. }
  32. },
  33. {
  34. "tag": "action",
  35. "actions": [
  36. {
  37. "tag": "select_static",
  38. "initial_option": "",
  39. "value": {
  40. "type": "action"
  41. },
  42. "options": [
  43. {
  44. "text": {
  45. "tag": "lark_md",
  46. "content": "试衣间"
  47. },
  48. "value": "clothes"
  49. },
  50. {
  51. "text": {
  52. "tag": "lark_md",
  53. "content": "Furry头像"
  54. },
  55. "value": "furry"
  56. }
  57. ]
  58. },
  59. {
  60. "tag": "select_static",
  61. "initial_option": "",
  62. "value": {
  63. "type": "lora"
  64. },
  65. "options": []
  66. },
  67. {
  68. "tag": "button",
  69. "text": {
  70. "tag": "lark_md",
  71. "content": "**开始**"
  72. },
  73. "type": "primary",
  74. "value": {
  75. "type" : "action",
  76. "key": "start"
  77. }
  78. }
  79. ]
  80. },
  81. {
  82. "tag": "note",
  83. "elements": [
  84. {
  85. "tag": "plain_text",
  86. "content": "图片需要有模特( •̀ ω •́ )✧"
  87. }
  88. ]
  89. }
  90. ]
  91. }