mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
update AI engines
This commit is contained in:
parent
b2e9cd1d31
commit
47777c299e
10 changed files with 146 additions and 6 deletions
|
@ -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:
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue