feat: add setting for notification list style

This commit is contained in:
codytseng
2025-09-06 13:49:13 +08:00
parent 71994be407
commit fc138609a1
24 changed files with 257 additions and 29 deletions

View File

@@ -394,6 +394,11 @@ export default {
profanity: '욕설',
illegal: '불법 콘텐츠',
spam: '스팸',
other: '기타'
other: '기타',
'Notification list style': '알림 목록 스타일',
'See extra info for each notification': '각 알림의 추가 정보 보기',
'See more notifications at a glance': '한눈에 더 많은 알림 보기',
Detailed: '상세',
Compact: '간단'
}
}