mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
emojigen wip33
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
<FormSection>
|
||||
<template #label>{{ $ts.preview }}</template>
|
||||
<img :src="emojiUrl" class="img" :alt="emojiName"/>
|
||||
<a href="{{ emojiUrl }}"></a><p>{{ emojiUrl }}</p>
|
||||
<a href="{{ emojiUrl }}"><p>{{ emojiUrl }}</p></a>
|
||||
</FormSection>
|
||||
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
|
||||
</div>
|
||||
|
@ -202,16 +202,7 @@ const menu = (ev: MouseEvent) => {
|
||||
});
|
||||
});
|
||||
}
|
||||
},{
|
||||
icon: 'fas fa-recycle',
|
||||
text: i18n.ts.emojigen,
|
||||
action: async
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
], ev.currentTarget ?? ev.target);
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
};
|
||||
|
||||
const setCategoryBulk = async () => {
|
||||
|
Reference in New Issue
Block a user