返回 ppt-master
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="titleGrad" x1="0%" y1="0%" x2="100%" y2="0%">
4 <stop offset="0%" stop-color="#D4A574"/>
5 <stop offset="100%" stop-color="#60A5FA"/>
6 </linearGradient>
7 <radialGradient id="bgGlow1" cx="70%" cy="30%" r="45%">
8 <stop offset="0%" stop-color="#D4A574" stop-opacity="0.1"/>
9 <stop offset="100%" stop-color="#D4A574" stop-opacity="0"/>
10 </radialGradient>
11 <radialGradient id="bgGlow2" cx="30%" cy="70%" r="40%">
12 <stop offset="0%" stop-color="#60A5FA" stop-opacity="0.07"/>
13 <stop offset="100%" stop-color="#60A5FA" stop-opacity="0"/>
14 </radialGradient>
15 <filter id="titleGlow" x="-20%" y="-20%" width="140%" height="140%">
16 <feGaussianBlur in="SourceAlpha" stdDeviation="8" result="blur"/>
17 <feFlood flood-color="#D4A574" flood-opacity="0.3" result="glowColor"/>
18 <feComposite in="glowColor" in2="blur" operator="in" result="glow"/>
19 <feMerge>
20 <feMergeNode in="glow"/>
21 <feMergeNode in="SourceGraphic"/>
22 </feMerge>
23 </filter>
24 </defs>
25
26 <!-- Background -->
27 <rect width="1280" height="720" fill="#0D1117"/>
28 <rect width="1280" height="720" fill="url(#bgGlow1)"/>
29 <rect width="1280" height="720" fill="url(#bgGlow2)"/>
30
31 <!-- Decorative grid lines -->
32 <line x1="200" y1="0" x2="200" y2="720" stroke="#30363D" stroke-width="0.5" stroke-opacity="0.3"/>
33 <line x1="640" y1="0" x2="640" y2="720" stroke="#30363D" stroke-width="0.5" stroke-opacity="0.3"/>
34 <line x1="1080" y1="0" x2="1080" y2="720" stroke="#30363D" stroke-width="0.5" stroke-opacity="0.3"/>
35 <line x1="0" y1="240" x2="1280" y2="240" stroke="#30363D" stroke-width="0.5" stroke-opacity="0.3"/>
36 <line x1="0" y1="480" x2="1280" y2="480" stroke="#30363D" stroke-width="0.5" stroke-opacity="0.3"/>
37
38 <!-- Decorative circles -->
39 <circle cx="180" cy="150" r="60" fill="none" stroke="#D4A574" stroke-width="1" stroke-opacity="0.15"/>
40 <circle cx="180" cy="150" r="35" fill="none" stroke="#D4A574" stroke-width="0.5" stroke-opacity="0.1"/>
41 <circle cx="1100" cy="570" r="80" fill="none" stroke="#60A5FA" stroke-width="1" stroke-opacity="0.12"/>
42 <circle cx="1100" cy="570" r="50" fill="none" stroke="#60A5FA" stroke-width="0.5" stroke-opacity="0.08"/>
43
44 <!-- Small decorative dots -->
45 <circle cx="320" cy="180" r="3" fill="#D4A574" fill-opacity="0.3"/>
46 <circle cx="960" cy="140" r="2" fill="#60A5FA" fill-opacity="0.25"/>
47 <circle cx="1150" cy="200" r="2.5" fill="#34D399" fill-opacity="0.2"/>
48 <circle cx="130" cy="520" r="2" fill="#60A5FA" fill-opacity="0.2"/>
49 <circle cx="400" cy="600" r="3" fill="#D4A574" fill-opacity="0.15"/>
50
51 <!-- Accent line top -->
52 <rect x="540" y="220" width="200" height="2" fill="url(#titleGrad)" fill-opacity="0.6"/>
53
54 <!-- Terminal icon -->
55 <g id="cover-icon">
56 <!-- icon: chunk/terminal -->
57 <g transform="translate(604.0, 240.0) scale(4.5)" fill="#D4A574">
58 <path d="M0.792725 12.2929L5.08562 8.00002L0.792725 3.70712L2.20694 2.29291L7.91405 8.00002L2.20694 13.7071L0.792725 12.2929Z"/>
59 <path d="M7.00006 15H15.0001V13H7.00006V15Z"/>
60 </g>
61 </g>
62
63 <!-- Main title -->
64 <g id="cover-title">
65 <text x="640" y="370" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-size="54" font-weight="bold" fill="#E6EDF3" filter="url(#titleGlow)">Claude Code Auto Mode</text>
66 </g>
67
68 <!-- Subtitle -->
69 <g id="cover-subtitle">
70 <text x="640" y="420" text-anchor="middle" font-family="Calibri, Arial, sans-serif" font-size="24" fill="#D4A574">A Safer Way to Skip Permissions</text>
71 </g>
72
73 <!-- Divider line -->
74 <rect x="520" y="450" width="240" height="1" fill="#30363D"/>
75
76 <!-- Meta info -->
77 <g id="cover-meta">
78 <text x="640" y="490" text-anchor="middle" font-family="Calibri, Arial, sans-serif" font-size="18" fill="#8B949E">Anthropic Engineering</text>
79 <text x="640" y="518" text-anchor="middle" font-family="Calibri, Arial, sans-serif" font-size="14" fill="#6E7681">Published March 2026 · By John Hughes</text>
80 </g>
81
82 <!-- Bottom accent bar -->
83 <rect x="0" y="700" width="1280" height="20" fill="#161B22"/>
84 <rect x="440" y="700" width="400" height="3" fill="url(#titleGrad)" fill-opacity="0.5"/>
85 </svg>
86
86 lines Plain Text