再次尝试稳定快速模式

This commit is contained in:
2025-07-14 20:30:15 +08:00
parent 02ed2fb7aa
commit b8512ddaa3
10 changed files with 364 additions and 200 deletions
+10 -1
View File
@@ -71,7 +71,16 @@ namespace AibisDream
{
// 无法继续
}
/// <summary>
/// 检查当前是否有活动的选项显示
/// </summary>
/// <returns>是否有活动选项</returns>
public bool HasActiveOptions()
{
return gameObject.activeSelf;
}
public void OnLocalizationChanged(string value)
{
_textParam = JsonUtil.ReadBeanByText<TextParam>(value);