Merge pull request #15 from StarsEnd33A2D17/notification

feat: 添加了浏览器通知和页面内通知
This commit is contained in:
谦君
2025-12-18 19:02:34 +08:00
committed by GitHub
16 changed files with 445 additions and 17 deletions

View File

@@ -788,7 +788,26 @@ export default {
buildDate: 'Build Date',
community: 'Community',
github: 'GitHub Repository',
qqGroup: 'QQ Group'
qqGroup: 'QQ Group',
notifications: 'Notification Settings',
notificationsDesc: 'Manage in-game notification alerts',
notificationTypes: 'Notification Types',
browserNotifications: 'Browser Notifications',
inAppNotifications: 'In-App Notifications',
constructionComplete: 'Construction Complete',
researchComplete: 'Research Complete',
browserPermission: 'Enable Browser Notifications',
permissionGranted: 'Permission Granted',
permissionDenied: 'Permission Denied/Not Granted',
inAppNotificationsDesc: 'Show via in-page popups',
notificationsDisabled: 'Enable any switch above to configure specific notifications',
suppressInFocus: 'Suppress browser notifications when page is focused',
expandTypes: 'Expand Details',
collapseTypes: 'Collapse Details'
},
notifications: {
constructionComplete: 'Construction Complete',
researchComplete: 'Research Complete'
},
gmView: {
title: 'GM Control Panel',