|
|
@ -56,10 +56,17 @@ namespace WpfApp2.tools
|
|
|
|
{
|
|
|
|
{
|
|
|
|
scnjson.StopTrans(spa, dps);
|
|
|
|
scnjson.StopTrans(spa, dps);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void StartTranslateJsonToScn(string spaJson,string spaGame, string dpsScn)//写文件夹路径
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
scnjson.JsonToScn(spaJson, spaGame, dpsScn);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public string NetBaiDu(string input)
|
|
|
|
public string NetBaiDu(string input)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return jsonnet.RequestJsonBaiDu(input);
|
|
|
|
return jsonnet.RequestJsonBaiDu(input);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public string NetBaiDu(string input, List<Charactor> list)
|
|
|
|
public string NetBaiDu(string input, List<Charactor> list)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return jsonnet.RequestJsonBaiDu(input, list);
|
|
|
|
return jsonnet.RequestJsonBaiDu(input, list);
|
|
|
|