make random dice work

This commit is contained in:
Qing
2022-09-21 22:51:58 +08:00
parent d39bf73fac
commit 047474ab84
4 changed files with 94 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
import mitt from 'mitt'
export const EVENT_PROMPT = 'prompt'
export const EVENT_RERUN = 'rerun_last_mask'
const emitter = mitt()