start_card.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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": "Furry头像"
  47. },
  48. "value": "furry"
  49. }
  50. ]
  51. },
  52. {
  53. "tag": "select_static",
  54. "placeholder": {
  55. "tag": "plain_text",
  56. "content": "选择动物"
  57. },
  58. "initial_option": "",
  59. "value": {
  60. "type": "animal"
  61. },
  62. "options": []
  63. },
  64. {
  65. "tag": "button",
  66. "text": {
  67. "tag": "lark_md",
  68. "content": "**开始**"
  69. },
  70. "type": "primary",
  71. "value": {
  72. "type" : "action",
  73. "key": "start"
  74. }
  75. }
  76. ]
  77. },
  78. {
  79. "tag": "note",
  80. "elements": [
  81. {
  82. "tag": "plain_text",
  83. "content": "图片需要有模特"
  84. }
  85. ]
  86. }
  87. ]
  88. }