feat: 添加PWA支持,支持离线访问和添加到主屏幕
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "轻远电力老挝ERP",
|
||||
"short_name": "轻远ERP",
|
||||
"description": "轻远电力老挝分公司财务管理系统",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#1890ff",
|
||||
"orientation": "portrait",
|
||||
"scope": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/logo.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user