Merge branch 'master' of http://121.41.95.54:3000/fpgajie/changhong
commit
3b8ba6a93e
|
|
@ -170,8 +170,7 @@ function M:Login(callback)
|
||||||
acc = user.acc,
|
acc = user.acc,
|
||||||
nick = user.nick_name,
|
nick = user.nick_name,
|
||||||
sex = user.sex,
|
sex = user.sex,
|
||||||
portrait = user
|
portrait = user.head_url,
|
||||||
.head_url,
|
|
||||||
deviceCode = UnityEngine.SystemInfo.deviceUniqueIdentifier
|
deviceCode = UnityEngine.SystemInfo.deviceUniqueIdentifier
|
||||||
}))
|
}))
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
|
|
@ -179,8 +179,8 @@ PlayerSettings:
|
||||||
buildNumber:
|
buildNumber:
|
||||||
iPhone: 1
|
iPhone: 1
|
||||||
AndroidBundleVersionCode: 12
|
AndroidBundleVersionCode: 12
|
||||||
AndroidMinSdkVersion: 33
|
AndroidMinSdkVersion: 26
|
||||||
AndroidTargetSdkVersion: 33
|
AndroidTargetSdkVersion: 26
|
||||||
AndroidPreferredInstallLocation: 1
|
AndroidPreferredInstallLocation: 1
|
||||||
aotOptions:
|
aotOptions:
|
||||||
stripEngineCode: 0
|
stripEngineCode: 0
|
||||||
|
|
@ -783,12 +783,12 @@ PlayerSettings:
|
||||||
platformArchitecture:
|
platformArchitecture:
|
||||||
iPhone: 1
|
iPhone: 1
|
||||||
scriptingBackend:
|
scriptingBackend:
|
||||||
Android: 1
|
Android: 0
|
||||||
Standalone: 1
|
Standalone: 1
|
||||||
iPhone: 1
|
iPhone: 1
|
||||||
il2cppCompilerConfiguration: {}
|
il2cppCompilerConfiguration: {}
|
||||||
managedStrippingLevel:
|
managedStrippingLevel:
|
||||||
Android: 3
|
Android: 1
|
||||||
incrementalIl2cppBuild: {}
|
incrementalIl2cppBuild: {}
|
||||||
allowUnsafeCode: 0
|
allowUnsafeCode: 0
|
||||||
additionalIl2CppArgs:
|
additionalIl2CppArgs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue