Skip to content

Commit

Permalink
urlを再度指定できるように
Browse files Browse the repository at this point in the history
  • Loading branch information
slofp committed Nov 26, 2023
1 parent 1a9642b commit 52592fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/pages/avatar-decorations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<p>{{ i18n.ts.image }}</p>
<MkButton @click="ev => changeImage(ev, avatarDecoration)">{{ i18n.ts.selectFile }}</MkButton>
</div>
<MkInput v-model="avatarDecoration.url">
<template #label>{{ i18n.ts.imageUrl }}</template>
</MkInput>
<div v-if="avatarDecoration.url !== ''" :class="$style.imgContainer">
<img src="https://misskey-hub.net/avatar-decoration-template.png" :class="$style.img" style="opacity: .5;"/>
<img :src="avatarDecoration.url" :class="$style.img"/>
Expand Down

0 comments on commit 52592fe

Please sign in to comment.