upload_card.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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゚v゚)ノ",
  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. "value": {
  36. "type": "action"
  37. },
  38. "options": [
  39. {
  40. "text": {
  41. "tag": "lark_md",
  42. "content": "Furry头像"
  43. },
  44. "value": "furry"
  45. }
  46. ]
  47. },
  48. {
  49. "tag": "select_static",
  50. "placeholder": {
  51. "tag": "plain_text",
  52. "content": "选择动物"
  53. },
  54. "initial_option": "",
  55. "value": {
  56. "type": "animal"
  57. },
  58. "options": []
  59. },
  60. {
  61. "tag": "button",
  62. "text": {
  63. "tag": "lark_md",
  64. "content": "**上传中**"
  65. },
  66. "type": "default",
  67. "value": {
  68. "type" : "uploading",
  69. "key": "uploading"
  70. }
  71. }
  72. ]
  73. },
  74. {
  75. "tag": "note",
  76. "elements": [
  77. {
  78. "tag": "plain_text",
  79. "content": "图片需要有模特"
  80. }
  81. ]
  82. }
  83. ],
  84. "config": {
  85. "enable_forward": true,
  86. "update_multi":true
  87. }
  88. }