mirror of https://github.com/cloudreve/Cloudreve
Modify: service worker start url
parent
c2ec4cd8a7
commit
6e3e81e031
|
@ -120,7 +120,7 @@ func Manifest(c *gin.Context) {
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"start_url": "/",
|
"start_url": ".",
|
||||||
"display": options["pwa_display"],
|
"display": options["pwa_display"],
|
||||||
"theme_color": options["pwa_theme_color"],
|
"theme_color": options["pwa_theme_color"],
|
||||||
"background_color": options["pwa_background_color"],
|
"background_color": options["pwa_background_color"],
|
||||||
|
|
Loading…
Reference in New Issue