这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 111 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/dotted-lines.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
export const DottedLines = ({ className }: { className: string }) => {
return (
<svg
width="914"
height="373"
className={className}
viewBox="0 0 914 373"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g opacity="0.15">
<line
x1="664.5"
y1="0.0999985"
x2="664.5"
y2="373"
stroke="#4F71CB"
stroke-dasharray="4 4"
/>
<line
x1="332.5"
y1="0.0999985"
x2="332.5"
y2="373"
stroke="#9F4C96"
stroke-dasharray="4 4"
/>
<line
x1="0.5"
y1="0.0999985"
x2="0.499985"
y2="373"
stroke="#EF2661"
stroke-dasharray="4 4"
/>
<line
x1="747.5"
y1="0.0999985"
x2="747.5"
y2="373"
stroke="#3B7BD9"
stroke-dasharray="4 4"
/>
<line
x1="415.5"
y1="0.0999985"
x2="415.5"
y2="373"
stroke="#8B56A4"
stroke-dasharray="4 4"
/>
<line
x1="83.5"
y1="0.0999985"
x2="83.5"
y2="373"
stroke="#DB2F6E"
stroke-dasharray="4 4"
/>
<line
x1="830.5"
y1="0.0999985"
x2="830.5"
y2="373"
stroke="#2885E6"
stroke-dasharray="4 4"
/>
<line
x1="498.5"
y1="0.0999985"
x2="498.5"
y2="373"
stroke="#775FB1"
stroke-dasharray="4 4"
/>
<line
x1="166.5"
y1="0.0999985"
x2="166.5"
y2="373"
stroke="#C8397C"
stroke-dasharray="4 4"
/>
<line
x1="913.5"
y1="0.0999985"
x2="913.5"
y2="373"
stroke="#148DF3"
stroke-dasharray="4 4"
/>
<line
x1="581.5"
y1="0.0999985"
x2="581.5"
y2="373"
stroke="#6368BE"
stroke-dasharray="4 4"
/>
<line
x1="249.5"
y1="0.0999985"
x2="249.5"
y2="373"
stroke="#B34288"
stroke-dasharray="4 4"
/>
</g>
</svg>
);
};
803 changes: 803 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/effortless.tsx

Large diffs are not rendered by default.

943 changes: 943 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/providers.tsx

Large diffs are not rendered by default.

440 changes: 440 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/remote-caching.tsx

Large diffs are not rendered by default.

Loading
Loading