This commit is contained in:
ct
2025-06-19 23:43:21 +08:00
parent 7712101b76
commit eef45fdc9d
5 changed files with 103 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ const useMediaStore = create(
selectedMeme: null,
selectedBackground: null,
currentCaption: 'I am chicken rice',
watermarked: true,
setCurrentTab: (tab) => {
set({ currentTab: tab });