mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 21:05:34 +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",
|
"name": "ui",
|
||||||
"version": "6.4.121",
|
"version": "6.4.122",
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.15.5",
|
"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' />
|
<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}
|
{/if}
|
||||||
{getGroup(result.parseObject)}
|
{getGroup(result.parseObject)}
|
||||||
{#if downloaded.has(result.hash) || Math.random() < 0.2}
|
{#if downloaded.has(result.hash)}
|
||||||
<Download class='text-[#53da33] absolute size-12 opacity-15' stroke-width='0.5' color='currentColor' stroke='currentColor' />
|
<Download class='text-[#53da33] absolute size-12 opacity-40' stroke-width='0.5' color='currentColor' stroke='currentColor' />
|
||||||
{:else if result.type}
|
{:else if result.type}
|
||||||
<Folder class='text-yellow-300 absolute size-12 opacity-15' fill='currentColor' />
|
<Folder class='text-yellow-300 absolute size-12 opacity-15' fill='currentColor' />
|
||||||
{:else}
|
{:else}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue