feat: amnet integration

This commit is contained in:
2025-03-17 01:58:09 +00:00
parent 8d55e92fc9
commit af4929a5b3
10 changed files with 184 additions and 41 deletions

View File

@ -58,11 +58,19 @@ const iconSrc = () => {
>
</span>
<span
v-if="pkg?.loc?.kind === 'IO'"
v-if="pkg?.loc?.kind === 'GameIO'"
v-tooltip="'IO'"
class="pi pi-wrench ml-1 text-green-400"
>
</span>
<span
v-if="
pkg?.loc?.kind === 'AMNet' || pkg?.loc?.kind === 'AimeOther'
"
v-tooltip="'Aime'"
class="pi pi-wrench ml-1 text-purple-400"
>
</span>
<span
v-if="showNamespace && pkg?.namespace"
class="text-sm opacity-75"