update AI engines

This commit is contained in:
James Feng Cao 2024-07-10 11:49:15 +08:00
parent b2e9cd1d31
commit 47777c299e
10 changed files with 146 additions and 6 deletions

View file

@ -576,6 +576,13 @@ You should have received a copy of the GNU General Public License along with thi
jsonAppend(pname,93,str);
}
return;
case 50: //i:02
{
let pname = path.join(__dirname,"uas.json");
let str = '"'+name+'":"'+rurl+'"\n';
jsonAppend(pname,125,str);
}
return;
default:
}
}