- Introduce PermissionControlPanel in UserCenter for managing notification permissions. - Update Service Worker (sw.ts) to handle background push notifications via Firebase Cloud Messaging. - Implement EventSubscribeService logic to fetch active events, filter expired ones, and clean up subscriptions. - Refactor KaiqiuService and parsing utilities to include eventId in event details. - Remove deprecated ScheduleService and inline sendNotification logic. - Update utility functions to support new types and notification checks. - Add VAPI public key configuration and update Firebase exports.
40 lines
990 B
JSON
40 lines
990 B
JSON
{
|
|
"name": "我的开球网",
|
|
"short_name": "my-kaiqiuwang",
|
|
"description": "我的开球网是一个开球网比赛辅助工具,提供比赛数据、积分预测、球员信息等相关信息。",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#4a90e2",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/assets/logo.png",
|
|
"sizes": "960x960",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/assets/screenshot-mobile.png",
|
|
"sizes": "381x823",
|
|
"type": "image/png",
|
|
"form_factor": "narrow",
|
|
"label": "手机版界面"
|
|
},
|
|
{
|
|
"src": "/assets/screenshot-desktop.png",
|
|
"sizes": "1164x937",
|
|
"type": "image/png",
|
|
"form_factor": "wide",
|
|
"label": "电脑版界面"
|
|
}
|
|
]
|
|
} |