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:
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{"version":"1.0.56",
|
||||
{"version":"1.0.57",
|
||||
"name": "ebrowser",
|
||||
"description": "The keyboard-friendly minimal suckless web browser",
|
||||
"main": "webview.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue