gpt4 book ai didi

progressive-web-apps - manifest.json 文件中 'scope' 属性的多个值。

转载 作者:行者123 更新时间:2023-12-04 08:21:02 24 4
gpt4 key购买 nike

我正在使用遗留代码库处理现有应用程序。虽然我希望有一天能看到整个应用程序转换为 PWA,但现在我的计划是一次一页(一个 url)。为此,我知道“范围”属性将成为我最好的 friend 一段时间。虽然我可以通过“。”作为属性(property)的值(value)并将所有路线视为 PWS,但正如我之前提到的,这不是计划。因此,下面不是我的选择。

{
"scope" : "."
}

目前,我计划只涵盖 PWA 范围下的两条路线,“列表页面”和“详细信息页面”。因此,我更希望像下面这样工作,但事实并非如此。
{
"scope" : [
"/list",
"/id/details"
]
}

有什么建议)?

最佳答案

The scope member is a string that represents the navigation scope of this web application's application context.

https://w3c.github.io/manifest/#scope-member



它不支持多个值的数组。

一个选项是使用范围 /pwa/ (或类似的)并在您迁移应用程序部分时重定向 /list/pwa/list , 等等。

关于progressive-web-apps - manifest.json 文件中 'scope' 属性的多个值。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46309128/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com