From c99f4dc4ce757f34d15f4ce4e1748519e7b82453 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:46:41 +0900 Subject: enhance(frontend): add drive tip --- packages/frontend/src/store.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/frontend/src/store.ts') diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 456006e7ff..5ff9c1c7fe 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -35,6 +35,10 @@ export const store = markRaw(new Pizzax('base', { where: 'account', default: false, }, + readDriveTip: { + where: 'account', + default: false, + }, memo: { where: 'account', default: null, -- cgit v1.2.3-freya