Browse Source

fix: default enable artifacts

Dogtiti 1 year ago
parent
commit
715d1dc02f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/store/mask.ts

+ 1 - 0
app/store/mask.ts

@@ -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(