Merge branch 'sep-extInst' of https://github.com/FineArchs/misskey into sep-extInst

This commit is contained in:
FineArchs 2024-09-30 18:27:25 +09:00
commit 768e453793
1 changed files with 2 additions and 0 deletions

View File

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