11-infographic.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "locale": "en",
  3. "id": "infographic",
  4. "name": "信息图/A+Content",
  5. "keywords": [
  6. "信息图",
  7. "infographic",
  8. "A+",
  9. "详情页",
  10. "卖点图",
  11. "产品信息图",
  12. "产品详情"
  13. ],
  14. "trigger_phrases": [
  15. "信息图",
  16. "产品信息图",
  17. "详情页图",
  18. "A+Content",
  19. "卖点图",
  20. "infographic"
  21. ],
  22. "prompt_template": {
  23. "type": "e-commerce product infographic",
  24. "subject": "{product_description}",
  25. "features": "{feature_list}",
  26. "layout": "structured sections with clear hierarchy",
  27. "data_vis": "{data_elements}",
  28. "color_scheme": "{brand_colors}",
  29. "quality": "professional e-commerce design, mobile-friendly"
  30. },
  31. "defaults": {
  32. "features": "4-6 key features with icons and descriptions",
  33. "layout": "clean grid, product as focal point",
  34. "data_vis": "simple charts or comparison tables",
  35. "color_scheme": "brand-consistent palette"
  36. },
  37. "variants": {
  38. "amazon-a-plus": {
  39. "description": "亚马逊A+风格",
  40. "overrides": {
  41. "layout": "4-quadrant module with banner, feature blocks, comparison, badges",
  42. "data_vis": "comparison table, ingredient chart, certification badges"
  43. }
  44. },
  45. "feature-grid": {
  46. "description": "卖点网格",
  47. "overrides": {
  48. "layout": "product centered with callout lines to feature blocks"
  49. }
  50. },
  51. "story-flow": {
  52. "description": "故事线信息流",
  53. "overrides": {
  54. "layout": "vertical story: problem → solution → features → results"
  55. }
  56. }
  57. },
  58. "category_tips": {
  59. "beauty": "ingredient breakdown with %, before/after data, dermatologist badges",
  60. "electronics": "spec comparison, performance metrics, compatibility icons",
  61. "food": "nutritional visualization, ingredient sourcing, recipe flow",
  62. "fashion": "size guide, material composition, care instructions"
  63. },
  64. "examples": [
  65. "Complex Amazon A+ Content module. Top banner with brand and tagline. Main: 4 quadrants each showing product detail with labeled feature: (1) {f1}, (2) {f2}, (3) {f3}, (4) {f4}. Below: comparison table. Bottom: spec chart and certification badges. {color} palette. Mobile-first, professional e-commerce, 2000x2500px",
  66. "Product infographic. Left: {product} on gradient. Right: {n} feature blocks with icons vertically, callout lines connecting to product. Clean modern, {color} accents, 2000x2000px",
  67. "{category} specification guide. Product centered with dimension callouts. Feature highlights with icons. Data visualization. Clean typography, mobile-friendly, 2000x2000px"
  68. ],
  69. "anti_ai_tips": "",
  70. "supports_image_reference": true
  71. }