waiting_card.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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゜▽゜)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": "div",
  35. "text": {
  36. "content": "出图中,请等待...",
  37. "tag": "plain_text"
  38. }
  39. },
  40. {
  41. "tag": "note",
  42. "elements": [
  43. {
  44. "tag": "plain_text",
  45. "content": "一般一张图20秒左右( •̀ ω •́ )✧"
  46. }
  47. ]
  48. }
  49. ]
  50. }