From c1e56a00e0552e654cc416ffcfc0ec6fd3e11b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=91=E3=81=A3=E3=81=A1?= Date: Mon, 13 Jun 2022 23:23:46 +0900 Subject: [PATCH] update package.json init.ts --- package.json | 2 +- packages/client/src/init.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 365400ffa..67a1a2005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.111.1-simkey-v4", + "version": "12.111.1-simkey-v5", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/client/src/init.ts b/packages/client/src/init.ts index 2ab536c2c..e3b5894f3 100644 --- a/packages/client/src/init.ts +++ b/packages/client/src/init.ts @@ -346,8 +346,7 @@ for (const plugin of ColdDeviceStorage.get('plugins').filter(p => p.active)) { } if (!$i) { - const wallpaper = ref(localStorage.getItem('wallpaper')); - wallpaper.value = "https://simkey.net/files/c2f30819-64f7-42df-91b6-0e7fb122a413"; + localStorage.setItem('wallpaper', 'https://simkey.net/files/c2f30819-64f7-42df-91b6-0e7fb122a413'); } if ($i) {