improve calendar style

This commit is contained in:
pa
2026-01-20 14:11:05 +09:00
committed by Natsumi
parent d9bc93640d
commit 56a8713374
6 changed files with 102 additions and 110 deletions

View File

@@ -411,7 +411,7 @@ export const useNotificationStore = defineStore('Notification', () => {
}
if (ref.type === 'boop') {
ref.message = ref.title;
if (ref.details?.emojiId.startsWith('default_')) {
if (ref.details?.emojiId?.startsWith('default_')) {
ref.details.imageUrl = ref.details.emojiId;
ref.message += ` ${ref.details.emojiId.replace('default_', '')}`;
} else {