emojigen wip19(あほすぎる)
This commit is contained in:
parent
c8331b5822
commit
970f373cae
@ -142,6 +142,8 @@ export default defineComponent({
|
||||
|
||||
//const strKoke = await returnKoke()
|
||||
|
||||
|
||||
|
||||
const emojiUpload = () => new Promise(async resolve => {
|
||||
const marker = Math.random().toString(); // TODO: UUIDとか使う
|
||||
|
||||
@ -198,7 +200,7 @@ export default defineComponent({
|
||||
|
||||
|
||||
(async () => {
|
||||
await this.emojiApproval();
|
||||
await this.emojiGenerate()
|
||||
const emojiId = await emojiUpload();
|
||||
const emojiObj = emoji(emojiId);
|
||||
edit(emojiObj);
|
||||
|
Loading…
x
Reference in New Issue
Block a user