Files
YooAsset/Docs/AssetDeploy.md
2022-04-03 13:00:13 +08:00

27 lines
432 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 资源部署
在资源补丁包构建成功之后需要将补丁包传输到CDN服务器上。
如果是本地测试可以在本地创建一个WEB服务器然后将补丁包拷贝到WEB服务器下。
**按照补丁版本目录部署**
````
CDN
└─android
├─100
├─101
└─102
````
**按照游戏版本目录部署**
````
CDN
└─android
├─v1.0
├─v1.1
└─v2.0
````