Compare commits

..

No commits in common. "077862d3c564c6286de11a72ba3e84838b61d9cd" and "0f35153d2593cfad2861988aca5a5620e0e37ddc" have entirely different histories.

3 changed files with 15 additions and 25 deletions

View File

@ -41,10 +41,6 @@ namespace Kill.Managers
/// </summary>
public void SetLanguageBySystem()
{
int type = PlayerPrefs.GetInt("LanguageType");
if (type==0)
{
SystemLanguage systemLanguage = Application.systemLanguage;
Debug.Log($"系统语言: {systemLanguage}");
@ -61,11 +57,6 @@ namespace Kill.Managers
Debug.Log("设置语言为: 英文");
}
}
else
{
languageType = (LanguageType)type-1;
}
}
/// <summary>
/// 手动设置语言
@ -74,7 +65,6 @@ namespace Kill.Managers
{
languageType = type;
Debug.Log($"手动设置语言为: {type}");
PlayerPrefs.SetInt("LanguageType",(int)type+1);
}
public async Task Init()
{

View File

@ -178,7 +178,7 @@ PlayerSettings:
tvOS: 0
overrideDefaultApplicationIdentifier: 0
AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 33
AndroidMinSdkVersion: 31
AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 0
aotOptions:
@ -276,8 +276,8 @@ PlayerSettings:
AndroidTargetDevices: 1
AndroidSplashScreenScale: 0
androidSplashScreen: {fileID: 2800000, guid: 1a5a9a597e39ce24d8f68081cd7c76e5, type: 3}
AndroidKeystoreName: '{inproject}: user.keystore'
AndroidKeyaliasName: photonmatrix
AndroidKeystoreName:
AndroidKeyaliasName:
AndroidEnableArmv9SecurityFeatures: 0
AndroidBuildApkPerCpuArchitecture: 0
AndroidTVCompatibility: 0
@ -285,14 +285,14 @@ PlayerSettings:
AndroidEnableTango: 0
androidEnableBanner: 1
androidUseLowAccuracyLocation: 0
androidUseCustomKeystore: 1
androidUseCustomKeystore: 0
m_AndroidBanners:
- width: 320
height: 180
banner: {fileID: 0}
androidGamepadSupportLevel: 0
chromeosInputEmulation: 1
AndroidMinifyRelease: 1
AndroidMinifyRelease: 0
AndroidMinifyDebug: 0
AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 200

Binary file not shown.