summaryrefslogtreecommitdiff
path: root/packages/frontend/src/store.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-10-05 16:20:15 +0900
committerGitHub <noreply@github.com>2024-10-05 16:20:15 +0900
commitd8cb7305ef4d5ad6398d9eb57ece2f3ba7ca73eb (patch)
treed1a4fbdc42c386abaa035be58230c21d41c2c864 /packages/frontend/src/store.ts
parent:art: (diff)
downloadsharkey-d8cb7305ef4d5ad6398d9eb57ece2f3ba7ca73eb.tar.gz
sharkey-d8cb7305ef4d5ad6398d9eb57ece2f3ba7ca73eb.tar.bz2
sharkey-d8cb7305ef4d5ad6398d9eb57ece2f3ba7ca73eb.zip
feat: 通報の強化 (#14704)
* wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
Diffstat (limited to 'packages/frontend/src/store.ts')
-rw-r--r--packages/frontend/src/store.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 1ddcca5afe..9254e71c5c 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -78,6 +78,10 @@ export const defaultStore = markRaw(new Storage('base', {
global: false,
},
},
+ abusesTutorial: {
+ where: 'account',
+ default: false,
+ },
keepCw: {
where: 'account',
default: true,