fix:1、修复bug

This commit is contained in:
barry
2026-06-29 08:59:34 +08:00
parent 86518aae41
commit 1354dfbc34
92 changed files with 53105 additions and 51712 deletions
+5 -4
View File
@@ -126,7 +126,7 @@ namespace ChillConnect
if (DataMgr.NewWatchCd.Value.Count == 0)
{
for (int i = 0; i < 5; i++)
for (int i = 0; i < 7; i++)
{
DataMgr.NewWatchCd.Value.Add(0);
}
@@ -459,7 +459,7 @@ namespace ChillConnect
//is debug test--------
return true;//zhushi
// return true;//zhushi
// return false;//zhushi
// return false;//zhushi
return GetLoginModel().IsMagic;
@@ -581,7 +581,8 @@ namespace ChillConnect
public static string getChNumber(decimal ch)
{
return $"{ch:N}";
string str = "<img src='ui://o9974uc5qbo98'/>";
return str + $"$ {ch:N}";
}
public static string GetDeviceLanguage()
@@ -1116,7 +1117,7 @@ namespace ChillConnect
public static int GetLevel()
{
// DataMgr.GameLevel.Value = 500;//zhushi
// DataMgr.GameLevel.Value = 13;//zhushi
return DataMgr.GameLevel.Value;
}