启用轻量级PWA:manifest.json+桌面图标+全屏模式

This commit is contained in:
a273825743
2026-05-17 02:00:08 +08:00
parent 9c47bb143f
commit 9fab49b3d5
4 changed files with 26 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "轻远电力老挝ERP",
"short_name": "轻远ERP",
"description": "轻远电力老挝分公司财务管理系统",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#1890ff",
"lang": "zh-CN",
"icons": [
{
"src": "/logo-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/logo-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}