update package.json init.ts

This commit is contained in:
こけっち 2022-06-13 23:23:46 +09:00
parent 8c857daee0
commit c1e56a00e0
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "12.111.1-simkey-v4", "version": "12.111.1-simkey-v5",
"codename": "indigo", "codename": "indigo",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -346,8 +346,7 @@ for (const plugin of ColdDeviceStorage.get('plugins').filter(p => p.active)) {
} }
if (!$i) { if (!$i) {
const wallpaper = ref(localStorage.getItem('wallpaper')); localStorage.setItem('wallpaper', 'https://simkey.net/files/c2f30819-64f7-42df-91b6-0e7fb122a413');
wallpaper.value = "https://simkey.net/files/c2f30819-64f7-42df-91b6-0e7fb122a413";
} }
if ($i) { if ($i) {