09-before-after.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "locale": "zh",
  3. "id": "before-after",
  4. "name": "使用前后对比图",
  5. "keywords": [
  6. "对比",
  7. "before after",
  8. "前后",
  9. "效果对比",
  10. "transformation",
  11. "变化图"
  12. ],
  13. "trigger_phrases": [
  14. "对比图",
  15. "前后对比",
  16. "before after",
  17. "效果展示",
  18. "使用效果",
  19. "transformation"
  20. ],
  21. "prompt_template": {
  22. "type": "before/after comparison visualization",
  23. "subject": "{product_description}",
  24. "before_state": "{before_description}",
  25. "after_state": "{after_description}",
  26. "metrics": "{data_points}",
  27. "divider": "elegant center divider",
  28. "quality": "professional campaign photography"
  29. },
  30. "defaults": {
  31. "before_state": "dull, dry, uneven appearance",
  32. "after_state": "radiant, smooth, healthy appearance",
  33. "metrics": "improvement percentage",
  34. "divider": "elegant gold line with arrow"
  35. },
  36. "variants": {
  37. "clinical": {
  38. "description": "临床数据风格",
  39. "overrides": {
  40. "metrics": "detailed data grid with 4+ metrics and percentage arrows"
  41. }
  42. },
  43. "cinematic": {
  44. "description": "电影感蜕变",
  45. "overrides": {
  46. "before_state": "moody dramatic, cool tone",
  47. "after_state": "bright warm golden hour, warm tone",
  48. "divider": "decorative vintage frame with product"
  49. }
  50. },
  51. "simple": {
  52. "description": "简洁信息图",
  53. "overrides": {
  54. "metrics": "simple progress bar with key metric"
  55. }
  56. }
  57. },
  58. "category_tips": {
  59. "beauty": "show skin texture change, include moisture/radiance percentage data",
  60. "fitness": "body transformation, consistent pose and lighting",
  61. "home": "room before/after renovation or cleaning",
  62. "automotive": "vehicle before/after detailing"
  63. },
  64. "examples": [
  65. "Cinematic before/after {category} transformation. Left: moody lighting showing {before}, cool tone. Right: bright golden hour showing {after}, warm tone. Center: decorative frame with product. Bottom: comparison data grid. Premium campaign layout, 8K, 1080x1620px",
  66. "Premium before/after comparison. Left: {before_state}, caption 'Before'. Right: {after_state}, caption 'After'. Gold divider with arrow. Bottom: progress metrics {data}. Product thumbnail. Clean clinical aesthetic, 1080x1080px",
  67. "{category} comparison visualization. Split: {before_state} left, {after_state} right. Key metrics below. White background, professional style, 1080x1080px"
  68. ],
  69. "anti_ai_tips": "",
  70. "supports_image_reference": true
  71. }