emojigen wip19(あほすぎる)

This commit is contained in:
こけっち 2022-05-05 21:40:11 +09:00
parent c8331b5822
commit 970f373cae
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -142,6 +142,8 @@ export default defineComponent({
//const strKoke = await returnKoke() //const strKoke = await returnKoke()
const emojiUpload = () => new Promise(async resolve => { const emojiUpload = () => new Promise(async resolve => {
const marker = Math.random().toString(); // TODO: UUID使 const marker = Math.random().toString(); // TODO: UUID使
@ -198,7 +200,7 @@ export default defineComponent({
(async () => { (async () => {
await this.emojiApproval(); await this.emojiGenerate()
const emojiId = await emojiUpload(); const emojiId = await emojiUpload();
const emojiObj = emoji(emojiId); const emojiObj = emoji(emojiId);
edit(emojiObj); edit(emojiObj);