17-exploded-view.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "locale": "en",
  3. "id": "exploded-view",
  4. "name": "技术拆解/爆炸图",
  5. "keywords": [
  6. "拆解图",
  7. "爆炸图",
  8. "exploded view",
  9. "技术图",
  10. "结构图",
  11. "内部结构",
  12. "拆机",
  13. "teardown",
  14. "cross-section"
  15. ],
  16. "trigger_phrases": [
  17. "产品拆解",
  18. "爆炸图",
  19. "内部结构",
  20. "技术拆解",
  21. "exploded view",
  22. "产品组件",
  23. "零件展示"
  24. ],
  25. "prompt_template": {
  26. "type": "technical product exploded view",
  27. "subject": "{product_description}",
  28. "components": "{component_list}",
  29. "arrangement": "vertical stack with increasing spacing",
  30. "background": "clean light gray or white",
  31. "labels": "thin leader lines to callout labels with name and key spec",
  32. "quality": "8K, technical illustration, precise component rendering"
  33. },
  34. "defaults": {
  35. "arrangement": "vertical exploded stack",
  36. "background": "clean light gray",
  37. "labels": "component name + material + core spec"
  38. },
  39. "variants": {
  40. "blueprint": {
  41. "description": "蓝图风格",
  42. "overrides": {
  43. "background": "dark charcoal with cyan grid lines",
  44. "labels": "white and gold typography, blueprint aesthetic"
  45. }
  46. },
  47. "minimal": {
  48. "description": "极简白底",
  49. "overrides": {
  50. "background": "pure white, no grid",
  51. "labels": "minimal black text, thin gray leader lines"
  52. }
  53. },
  54. "apple-style": {
  55. "description": "Apple产品拆解风格",
  56. "overrides": {
  57. "arrangement": "isometric floating with precise spacing",
  58. "background": "deep gradient from charcoal to black",
  59. "labels": "elegant sans-serif, golden accent lines"
  60. }
  61. },
  62. "editorial": {
  63. "description": "杂志编辑风格",
  64. "overrides": {
  65. "background": "warm off-white with subtle texture",
  66. "labels": "serif font callouts, hand-drawn arrow style"
  67. }
  68. }
  69. },
  70. "category_tips": {
  71. "electronics": "highlight circuit boards, chips, battery modules with spec labels",
  72. "audio": "show speaker drivers, diaphragms, ANC modules, battery size",
  73. "wearables": "include sensors, display panel, waterproof seals, strap mechanism",
  74. "home_appliance": "show motor, filter system, internal wiring, control board",
  75. "phone_accessories": "highlight charging coils, magnet arrays, protective layers",
  76. "camera": "show lens elements, sensor, image processor, stabilization unit"
  77. },
  78. "examples": [
  79. "Product exploded view. {product} disassembled into 5 components floating in mid-air with spacing, arranged vertically. Clean light gray background. Soft shadows beneath each part. Technical illustration style, 8K, no text",
  80. "{product} technical exploded view infographic. Components floating in isometric arrangement with thin connecting lines. Each component labeled with name and key spec. Clean white background, blueprint-inspired accent lines, 8K"
  81. ],
  82. "anti_ai_tips": "",
  83. "supports_image_reference": true
  84. }