chore: playground layout

This commit is contained in:
jialin
2024-05-28 19:22:06 +08:00
parent 3120f5ee3a
commit a99b58fbb4
26 changed files with 444 additions and 189 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
export const DEFAULT_NAME = 'Umi Max';
export const DEFAULT_NAME = 'seal';
export const INPUT_WIDTH = {
default: 500,
large: 600,
small: 400
small: 400,
mini: 300
};