fix: default enable artifacts

This commit is contained in:
Dogtiti 2024-07-26 15:55:01 +08:00
parent 6737f016f5
commit 715d1dc02f
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export const createEmptyMask = () =>
lang: getLang(), lang: getLang(),
builtin: false, builtin: false,
createdAt: Date.now(), createdAt: Date.now(),
plugin: [Plugin.Artifacts],
}) as Mask; }) as Mask;
export const useMaskStore = createPersistStore( export const useMaskStore = createPersistStore(