choose_card.json 2.7 KB

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