- Added user, bots, links, attachments, and regex options to the purge command for more granular message deletion. - Updated the command execution logic to filter messages based on the new options before bulk deletion. - Modified CreateCaseInput type to use Prisma.InputJsonValue for metadata.
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Nexumi logo">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#181C2B"/>
|
|
<stop offset="1" stop-color="#0C0E15"/>
|
|
</linearGradient>
|
|
<linearGradient id="mark" x1="0" y1="1" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#6366F1"/>
|
|
<stop offset="1" stop-color="#8B5CF6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- App-Icon-Grundflaeche -->
|
|
<rect width="512" height="512" rx="116" fill="url(#bg)"/>
|
|
<rect x="1.5" y="1.5" width="509" height="509" rx="114.5" fill="none" stroke="#FFFFFF" stroke-opacity="0.06" stroke-width="3"/>
|
|
|
|
<!-- Glow: gestaffelte Deckkraft statt Filter, rendersicher -->
|
|
<g fill="none" stroke="url(#mark)" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M170 362 V150 L342 362 V150" stroke-width="78" stroke-opacity="0.10"/>
|
|
<path d="M170 362 V150 L342 362 V150" stroke-width="52" stroke-opacity="0.16"/>
|
|
</g>
|
|
|
|
<!-- Kanten des N -->
|
|
<path d="M170 362 V150 L342 362 V150" fill="none" stroke="url(#mark)"
|
|
stroke-width="30" stroke-linecap="round" stroke-linejoin="round"/>
|
|
|
|
<!-- Knoten -->
|
|
<g fill="url(#mark)">
|
|
<circle cx="170" cy="150" r="34"/>
|
|
<circle cx="170" cy="362" r="34"/>
|
|
<circle cx="342" cy="362" r="34"/>
|
|
<circle cx="342" cy="150" r="34"/>
|
|
</g>
|
|
|
|
<!-- Aktiver Knoten oben rechts -->
|
|
<circle cx="342" cy="150" r="14" fill="#C7D2FE"/>
|
|
</svg>
|