【优化】EmmyLuaType的TBytes
parent
a4df2de837
commit
7d05f1fd4d
|
|
@ -68,7 +68,7 @@ namespace Luban.Job.Common.TypeVisitors
|
|||
|
||||
public string Accept(TBytes type)
|
||||
{
|
||||
return $"string";
|
||||
return "string";
|
||||
}
|
||||
|
||||
public string Accept(TText type)
|
||||
|
|
|
|||
Loading…
Reference in New Issue