热更新 DEMO 中的更新资源部署到云服务器

This commit is contained in:
dgflash
2022-04-27 22:25:04 +08:00
parent 4f81e7e652
commit e821067278
5 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
hotupdate-assets/
oops-framework-update/
library/
temp/
local/

View File

@@ -227,7 +227,7 @@
"_priority": 1073741824,
"_fov": 45,
"_fovAxis": 0,
"_orthoHeight": 360,
"_orthoHeight": 427.33542319749216,
"_near": 1,
"_far": 2000,
"_color": {

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"packageUrl":"http://192.168.31.17/android/1.0.0.1","version":"1.0.0.0.1","remoteManifestUrl":"http://192.168.31.17/android/project.manifest","remoteVersionUrl":"http://192.168.31.17/android/version.manifest"}
{"packageUrl":"https://oops-1255342636.cos-website.ap-shanghai.myqcloud.com/oops-framework-update/android/1.0.0.1","version":"1.0.0.1","remoteManifestUrl":"https://oops-1255342636.cos-website.ap-shanghai.myqcloud.com/oops-framework-update/android/project.manifest","remoteVersionUrl":"https://oops-1255342636.cos-website.ap-shanghai.myqcloud.com/oops-framework-update/android/version.manifest"}

View File

@@ -22,7 +22,7 @@ export class Main extends Root {
protected async run() {
smc.initialize = ecs.getEntity<Initialize>(Initialize);
// console.log(protobuf);
}
}