feat: initial chunithm support
This commit is contained in:
@ -53,13 +53,16 @@ const iconSrc = computed(() => {
|
||||
>
|
||||
</span>
|
||||
<span
|
||||
v-if="hasFeature(pkg, Feature.Hook)"
|
||||
v-if="
|
||||
hasFeature(pkg, Feature.ChusanHook) ||
|
||||
hasFeature(pkg, Feature.Mu3Hook)
|
||||
"
|
||||
v-tooltip="'Hook'"
|
||||
class="pi pi-wrench ml-1 text-blue-400"
|
||||
>
|
||||
</span>
|
||||
<span
|
||||
v-if="hasFeature(pkg, Feature.GameIO)"
|
||||
v-if="hasFeature(pkg, Feature.Mu3IO)"
|
||||
v-tooltip="'IO'"
|
||||
class="pi pi-wrench ml-1 text-green-400"
|
||||
>
|
||||
|
Reference in New Issue
Block a user