短通知bug;安卓更新中文补全
This commit is contained in:
parent
7476af7701
commit
a625db3ebe
@ -23,8 +23,8 @@ public class AndroidUpdate : PFUIPanel
|
|||||||
JObject data { get; set; }
|
JObject data { get; set; }
|
||||||
public void StartDownload(JObject jo)
|
public void StartDownload(JObject jo)
|
||||||
{
|
{
|
||||||
transform.Find("Panel/CurrentVersion").GetComponent<Text>().text = $"Current Version: {App.AppVersion}";
|
transform.Find("Panel/CurrentVersion").GetComponent<Text>().text = $"{App.GetLocalString("Current Version:")} {App.AppVersion}";
|
||||||
transform.Find("Panel/LastestVersion").GetComponent<Text>().text = $"Latest Version: {jo.Value<string>("Version")}";
|
transform.Find("Panel/LastestVersion").GetComponent<Text>().text = $"{App.GetLocalString("Latest Version:")} {jo.Value<string>("Version")}";
|
||||||
data = jo;
|
data = jo;
|
||||||
var path = Application.temporaryCachePath + "/PowerFun.apk";
|
var path = Application.temporaryCachePath + "/PowerFun.apk";
|
||||||
StartCoroutine(DownLoadExe(data.Value<string>("Url"), path, (p, isComplete) =>
|
StartCoroutine(DownLoadExe(data.Value<string>("Url"), path, (p, isComplete) =>
|
||||||
|
|||||||
@ -52,7 +52,7 @@ public class LongMessageScript : MonoBehaviour
|
|||||||
this.textWidth = width;
|
this.textWidth = width;
|
||||||
}
|
}
|
||||||
//do
|
//do
|
||||||
if (textWidth.HasValue && textWidth > maxWidth)
|
if (textWidth.HasValue)
|
||||||
{
|
{
|
||||||
var offset = textWidth.Value;
|
var offset = textWidth.Value;
|
||||||
var game = transform.Find("TextContainer/Content");
|
var game = transform.Find("TextContainer/Content");
|
||||||
|
|||||||
@ -314,7 +314,9 @@
|
|||||||
"WAIT": "稍后",
|
"WAIT": "稍后",
|
||||||
"RIDERS": "骑行人数",
|
"RIDERS": "骑行人数",
|
||||||
"Current ride distance too short to save.": "当前骑行距离过短无法保存",
|
"Current ride distance too short to save.": "当前骑行距离过短无法保存",
|
||||||
"NO RIDERS": "暂无用户"
|
"NO RIDERS": "暂无用户",
|
||||||
|
"Current Version:": "当前版本:",
|
||||||
|
"Latest Version:": "最新版本:"
|
||||||
},
|
},
|
||||||
"en": {
|
"en": {
|
||||||
"HOT ROUTES": "HOT ROUTES",
|
"HOT ROUTES": "HOT ROUTES",
|
||||||
@ -623,6 +625,8 @@
|
|||||||
"WAIT": "WAIT",
|
"WAIT": "WAIT",
|
||||||
"RIDERS": "RIDERS",
|
"RIDERS": "RIDERS",
|
||||||
"Current ride distance too short to save.": "Current ride distance too short to save.",
|
"Current ride distance too short to save.": "Current ride distance too short to save.",
|
||||||
"NO RIDERS": "NO RIDERS"
|
"NO RIDERS": "NO RIDERS",
|
||||||
|
"Current Version:": "Current Version:",
|
||||||
|
"Latest Version:": "Latest Version:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,8 +6,8 @@ EditorBuildSettings:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Scenes:
|
m_Scenes:
|
||||||
- enabled: 1
|
- enabled: 1
|
||||||
path: Assets/Scenes/Login-Mobile.unity
|
path: Assets/Scenes/Login.unity
|
||||||
guid: 4be878da00cf764499988cf403faf94d
|
guid: 6dce3e17997730b4492f91dd8fede429
|
||||||
- enabled: 1
|
- enabled: 1
|
||||||
path: Assets/Scenes/MainScene.unity
|
path: Assets/Scenes/MainScene.unity
|
||||||
guid: ab586a3c1bacd4a48a55178eb06fe0cc
|
guid: ab586a3c1bacd4a48a55178eb06fe0cc
|
||||||
|
|||||||
@ -38,7 +38,6 @@ GraphicsSettings:
|
|||||||
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
|
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
|
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
|
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
- {fileID: 16003, guid: 0000000000000000f000000000000000, type: 0}
|
|
||||||
m_PreloadedShaders: []
|
m_PreloadedShaders: []
|
||||||
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
|
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user