We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、project.manifest 与 version.manifest 为什么里面都要有 以下 四个参数:
{ "packageUrl":"http://127.0.0.1:60/hot-update/", "remoteManifestUrl":"http://127.0.0.1:60/hot-update/project.manifest", "remoteVersionUrl":"http://127.0.0.1:60/hot-update/version.manifest", "version":"2.0.8" } 这一点我感觉非常鸡肋!!!
我的建议, 一个版本文件列表,资源文件夹命名为 版本号, 根据版本文件列表去找对应版本文件夹资源, 检索里面的 资源列表信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、project.manifest 与 version.manifest 为什么里面都要有 以下 四个参数:
{
"packageUrl":"http://127.0.0.1:60/hot-update/",
"remoteManifestUrl":"http://127.0.0.1:60/hot-update/project.manifest",
"remoteVersionUrl":"http://127.0.0.1:60/hot-update/version.manifest",
"version":"2.0.8"
}
这一点我感觉非常鸡肋!!!
我的建议, 一个版本文件列表,资源文件夹命名为 版本号, 根据版本文件列表去找对应版本文件夹资源, 检索里面的 资源列表信息
The text was updated successfully, but these errors were encountered: