feat: add mask page

This commit is contained in:
Yidadaa
2023-04-25 00:49:27 +08:00
parent 708c6829f7
commit ffa7302571
22 changed files with 460 additions and 232 deletions

3
app/config/masks.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Mask } from "../store/mask";
export const BUILTIN_MASKS: Mask[] = [];