05-poster-banner.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "locale": "en",
  3. "id": "poster-banner",
  4. "name": "促销海报/Banner",
  5. "keywords": [
  6. "海报",
  7. "poster",
  8. "banner",
  9. "促销",
  10. "广告图",
  11. "活动图",
  12. "promotion",
  13. "sale"
  14. ],
  15. "trigger_phrases": [
  16. "促销海报",
  17. "banner",
  18. "广告图",
  19. "活动海报",
  20. "促销图",
  21. "campaign poster",
  22. "sale banner"
  23. ],
  24. "prompt_template": {
  25. "type": "promotional poster design",
  26. "subject": "{product_description}",
  27. "background": "{background_description}",
  28. "headline": "{headline_text}",
  29. "subtitle": "{subtitle_text}",
  30. "price": "{price_info}",
  31. "cta": "{cta_text}",
  32. "style": "{visual_style}",
  33. "quality": "high-resolution professional marketing design"
  34. },
  35. "defaults": {
  36. "background": "gradient matching brand aesthetic",
  37. "headline": "headline text",
  38. "subtitle": "subtitle or description",
  39. "price": "",
  40. "cta": "Shop Now",
  41. "style": "clean minimalist with accent colors"
  42. },
  43. "variants": {
  44. "luxury": {
  45. "description": "高端奢华风格",
  46. "overrides": {
  47. "background": "full-bleed rich gradient, gold accents",
  48. "style": "luxury magazine editorial, gold foil, pearl embellishments"
  49. }
  50. },
  51. "minimal": {
  52. "description": "极简现代风格",
  53. "overrides": {
  54. "background": "clean white or light gradient",
  55. "style": "minimalist modern typography, generous white space"
  56. }
  57. },
  58. "festive": {
  59. "description": "节日主题风格",
  60. "overrides": {
  61. "background": "festive themed gradient with decorative elements",
  62. "style": "festive, cultural elements, seasonal motifs"
  63. }
  64. },
  65. "flash-sale": {
  66. "description": "限时折扣风格",
  67. "overrides": {
  68. "style": "bold attention-grabbing, high contrast, urgency elements"
  69. }
  70. }
  71. },
  72. "category_tips": {
  73. "beauty": "rose gold accents, elegant serif fonts, luxury gift aesthetic",
  74. "electronics": "dark backgrounds, neon accents, futuristic typography",
  75. "food": "warm colors, dynamic food elements, freshness cues",
  76. "fashion": "editorial style, model inclusion, aspirational lifestyle"
  77. },
  78. "examples": [
  79. "Luxury {category} campaign poster. Full-bleed gradient ivory to rose. Top: {headline} elegant serif. Center: {product} with decorative elements. {subtitle}. Bottom left: price {price} original crossed out. Bottom right: brand logo and {cta}. Gold foil accents, premium aesthetic, 2000x3000px",
  80. "{category} promotional poster. {product} centered on {background}. Bold {headline} at top, price {price}, {cta} button. Clean minimalist, accent colors, professional layout, 2000x2000px",
  81. "Holiday {category} gift campaign. {background} with decorative elements. Center: {product} with gift wrapping. Headline {headline} modern script. Price tag {price} decorative frame. Festive sophisticated, warm cinematic lighting, 1080x1350px"
  82. ],
  83. "anti_ai_tips": "",
  84. "supports_image_reference": true
  85. }