fix:1、添加跳链接的webview的插件。2、修复bug

This commit is contained in:
2026-07-14 16:12:11 +08:00
parent 110660f299
commit bb84cea894
79 changed files with 4455 additions and 512 deletions
+4 -2
View File
@@ -1205,7 +1205,7 @@ namespace RedHotRoast
{
if (RainPlayUI == null)
{
RainPlayUI = GameObject.Find("(RainPlayUI)sheep_play");
RainPlayUI = GameObject.Find("(ArrowGameUI)com_arrow_game");
}
if (RainPlayUI != null)
{
@@ -1906,7 +1906,9 @@ namespace RedHotRoast
public static string GetPriceInt(decimal ch)
{
return $"${ch:N0}";
var vo = GetExchangeRateVo();
ch *= (decimal)vo.Multi;
return $"{vo.Payicon}{ch:N0}";
}
public static void InitNewWatchCDList(bool isNew = false)