1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-01-31 08:00:16 -06:00
This commit is contained in:
fly_mc 2024-12-11 17:34:38 +08:00
parent 3dc92ee27b
commit 791c7d1d8e

View file

@ -9,10 +9,10 @@ import { hemisphere } from '@@/js/intl-const.js';
import lightTheme from '@@/themes/p-light2.json5'; import lightTheme from '@@/themes/p-light2.json5';
import darkTheme from '@@/themes/p-dark2.json5'; import darkTheme from '@@/themes/p-dark2.json5';
import type { SoundType } from '@/scripts/sound.js'; import type { SoundType } from '@/scripts/sound.js';
import type { Ast } from '@syuilo/aiscript';
import { DEFAULT_DEVICE_KIND, type DeviceKind } from '@/scripts/device-kind.js'; import { DEFAULT_DEVICE_KIND, type DeviceKind } from '@/scripts/device-kind.js';
import { miLocalStorage } from '@/local-storage.js'; import { miLocalStorage } from '@/local-storage.js';
import { Storage } from '@/pizzax.js'; import { Storage } from '@/pizzax.js';
import type { Ast } from '@syuilo/aiscript';
interface PostFormAction { interface PostFormAction {
title: string, title: string,
@ -555,7 +555,7 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device', where: 'device',
default: false, default: false,
}, },
emojiAutoSpacing : { emojiAutoSpacing: {
where: 'device', where: 'device',
default: true, default: true,
}, },