update AI engines

This commit is contained in:
James Feng Cao 2024-07-09 11:57:26 +08:00
parent 7792c764b2
commit b2e9cd1d31
20 changed files with 107 additions and 79 deletions

View file

@ -148,6 +148,7 @@ npm install ebrowser
<li>&quot;mapkeys.json&quot;: keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by &quot;\n&quot;.</li>
<li>&quot;proxy.json&quot;: name-<a href="https://www.electronjs.org/docs/latest/api/structures/proxy-config">ProxyConfig</a> pairs</li>
<li>&quot;uas.json&quot; : name-useragent pairs</li>
<li>&quot;menu.json&quot;: array of strings for <a href="https://jamesfengcao.gitlab.io/uweb/en/urls/index.html">user-defined menus</a>. The array has submenu name and address bar commands alternately.</li>
<li>&quot;download.json&quot; : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with &quot;%u&quot; as the downloaded url.</li>
</ul>
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
@ -193,7 +194,7 @@ npm install ebrowser
<p>You can copy or modify the code/program under the terms of the GPL3.0 or later versions.</p>
</div>
<p>Last Modified: 30 June 2024<br>
<p>Last Modified: 4 July 2024<br>
<br>
<pre></pre>
</p>