upload_card.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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": "试衣间"
  43. },
  44. "value": "clothes"
  45. },
  46. {
  47. "text": {
  48. "tag": "lark_md",
  49. "content": "Furry头像"
  50. },
  51. "value": "furry"
  52. }
  53. ]
  54. },
  55. {
  56. "tag": "select_static",
  57. "placeholder": {
  58. "tag": "plain_text",
  59. "content": "选择Lora人物"
  60. },
  61. "value": {
  62. "type": "lora"
  63. },
  64. "options": []
  65. },
  66. {
  67. "tag": "button",
  68. "text": {
  69. "tag": "lark_md",
  70. "content": "**上传中**"
  71. },
  72. "type": "default",
  73. "value": {
  74. "type" : "uploading",
  75. "key": "uploading"
  76. }
  77. }
  78. ]
  79. },
  80. {
  81. "tag": "note",
  82. "elements": [
  83. {
  84. "tag": "plain_text",
  85. "content": "图片需要有模特( •̀ ω •́ )✧"
  86. }
  87. ]
  88. }
  89. ],
  90. "config": {
  91. "enable_forward": true,
  92. "update_multi":true
  93. }
  94. }