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
我是 Android 开发人员。
有几个问题想要请教一下。
我能否把整个 crn-cli pack 后的目录当作静态资源用 Git 管理起来,然后页面文件有改动之后 push 覆盖,这样我的客户端始终能请求到最新的页面文件(通过一些适当的缓存策略)。
crn-cli pack
Git
push
能够接手客户端这边的 Okhttp 逻辑实现 “静态页面” 的缓存实现吗?例如通过 Code:304 、静态页面地址全路径#xxx 这样的方式,而尽量不依靠打包进 assets 文件夹来实现业务页面的实时更新。
Okhttp
Code:304
静态页面地址全路径#xxx
assets
谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我是 Android 开发人员。
有几个问题想要请教一下。
我能否把整个
crn-cli pack
后的目录当作静态资源用Git
管理起来,然后页面文件有改动之后push
覆盖,这样我的客户端始终能请求到最新的页面文件(通过一些适当的缓存策略)。能够接手客户端这边的
Okhttp
逻辑实现 “静态页面” 的缓存实现吗?例如通过Code:304
、静态页面地址全路径#xxx
这样的方式,而尽量不依靠打包进assets
文件夹来实现业务页面的实时更新。谢谢!
The text was updated successfully, but these errors were encountered: