annotation

This commit is contained in:
FineArchs 2024-09-30 17:05:48 +09:00 committed by GitHub
parent 1684ca2568
commit fa796780ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #value><MkUrl :url="url" :showUrlPreview="false"></MkUrl></template> <template #value><MkUrl :url="url" :showUrlPreview="false"></MkUrl></template>
</MkKeyValue> </MkKeyValue>
<MkKeyValue v-if="hashVerified"> <MkKeyValue v-if="hashVerified">
<!-- TODO: ハッシュ検証に失敗した場合の表示も作る -->
<!-- その場合hashVerifiedがfalseなら失敗表示undefinedなら表示なしで分けたい -->
<template #key>{{ i18n.ts._externalResourceInstaller._vendorInfo.hashVerify }}</template> <template #key>{{ i18n.ts._externalResourceInstaller._vendorInfo.hashVerify }}</template>
<template #value> <template #value>
<i class="ti ti-check" style="color: var(--accent)"></i> <i class="ti ti-check" style="color: var(--accent)"></i>