choose_card.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "header": {
  3. "title": {
  4. "tag": "plain_text",
  5. "content": "上传图片成功,请选择你的操作后点击开始"
  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": "action",
  28. "actions": [
  29. {
  30. "tag": "select_static",
  31. "placeholder": {
  32. "tag": "plain_text",
  33. "content": "选择操作"
  34. },
  35. "initial_option": "",
  36. "value": {
  37. "type": "action"
  38. },
  39. "options": [
  40. {
  41. "text": {
  42. "tag": "lark_md",
  43. "content": "Furry头像"
  44. },
  45. "value": "furry"
  46. }
  47. ]
  48. },
  49. {
  50. "tag": "select_static",
  51. "placeholder": {
  52. "tag": "plain_text",
  53. "content": "选择动物"
  54. },
  55. "initial_option": "",
  56. "value": {
  57. "type": "animal"
  58. },
  59. "options": []
  60. },
  61. {
  62. "tag": "button",
  63. "text": {
  64. "tag": "lark_md",
  65. "content": "**开始**"
  66. },
  67. "type": "primary",
  68. "value": {
  69. "type" : "action",
  70. "key": "start"
  71. }
  72. }
  73. ]
  74. },
  75. {
  76. "tag": "note",
  77. "elements": [
  78. {
  79. "tag": "plain_text",
  80. "content": "图片需要有人物"
  81. }
  82. ]
  83. }
  84. ],
  85. "config": {
  86. "enable_forward": true,
  87. "update_multi":true
  88. }
  89. }