emojigen wip33

This commit is contained in:
こけっち 2022-05-07 12:26:45 +09:00
parent b4edc40fa8
commit 55f0e23a74
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1
2 changed files with 2 additions and 11 deletions

View File

@ -59,7 +59,7 @@
<FormSection> <FormSection>
<template #label>{{ $ts.preview }}</template> <template #label>{{ $ts.preview }}</template>
<img :src="emojiUrl" class="img" :alt="emojiName"/> <img :src="emojiUrl" class="img" :alt="emojiName"/>
<a href="{{ emojiUrl }}"></a><p>{{ emojiUrl }}</p> <a href="{{ emojiUrl }}"><p>{{ emojiUrl }}</p></a>
</FormSection> </FormSection>
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton> <FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
</div> </div>

View File

@ -202,16 +202,7 @@ const menu = (ev: MouseEvent) => {
}); });
}); });
} }
},{ }], ev.currentTarget ?? ev.target);
icon: 'fas fa-recycle',
text: i18n.ts.emojigen,
action: async
}
], ev.currentTarget ?? ev.target);
}; };
const setCategoryBulk = async () => { const setCategoryBulk = async () => {