返回 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 <use data-icon="chunk/terminal" x="604" y="240" width="72" height="72" fill="#D4A574"/>
57 </g>
58
59 <!-- Main title -->
60 <g id="cover-title">
61 <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>
62 </g>
63
64 <!-- Subtitle -->
65 <g id="cover-subtitle">
66 <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>
67 </g>
68
69 <!-- Divider line -->
70 <rect x="520" y="450" width="240" height="1" fill="#30363D"/>
71
72 <!-- Meta info -->
73 <g id="cover-meta">
74 <text x="640" y="490" text-anchor="middle" font-family="Calibri, Arial, sans-serif" font-size="18" fill="#8B949E">Anthropic Engineering</text>
75 <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>
76 </g>
77
78 <!-- Bottom accent bar -->
79 <rect x="0" y="700" width="1280" height="20" fill="#161B22"/>
80 <rect x="440" y="700" width="400" height="3" fill="url(#titleGrad)" fill-opacity="0.5"/>
81 </svg>
82
82 lines Plain Text