【editor】优化报错

main
刘涛 2026-04-10 11:11:37 +08:00
parent 3dfa07a5ae
commit 7f024eb24b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace Framework
public static string GetLocalizeText(string key) public static string GetLocalizeText(string key)
{ {
var getValue = instance.tables.StringConfig.Get(key); var getValue = instance.tables.StringConfig.GetOrDefault(key);
if (getValue == null) if (getValue == null)
{ {
return key; return key;