mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-01-12 02:21:49 +00:00
fix: remove debug lol
This commit is contained in:
parent
3573a63dfd
commit
6bd2d1105e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "6.4.121",
|
||||
"version": "6.4.122",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
|
|
|
|||
|
|
@ -232,8 +232,8 @@
|
|||
<BadgeCheck class={cn('absolute top-0 left-0 mix-blend-difference', result.accuracy === 'high' ? 'text-[#53da33]' : 'text-muted-foreground/20')} fill='currentColor' color='#000' size='1.2rem' />
|
||||
{/if}
|
||||
{getGroup(result.parseObject)}
|
||||
{#if downloaded.has(result.hash) || Math.random() < 0.2}
|
||||
<Download class='text-[#53da33] absolute size-12 opacity-15' stroke-width='0.5' color='currentColor' stroke='currentColor' />
|
||||
{#if downloaded.has(result.hash)}
|
||||
<Download class='text-[#53da33] absolute size-12 opacity-40' stroke-width='0.5' color='currentColor' stroke='currentColor' />
|
||||
{:else if result.type}
|
||||
<Folder class='text-yellow-300 absolute size-12 opacity-15' fill='currentColor' />
|
||||
{:else}
|
||||
|
|
|
|||
Loading…
Reference in a new issue