From 47777c299ecdbbfd130b8504d7e031f3f7211952 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Wed, 10 Jul 2024 11:49:15 +0800 Subject: [PATCH] update AI engines --- en/_posts/index.xml | 9 +++- en/index.html | 6 +++ en/index.xml | 9 +++- en/sitemap.xml | 17 +++++++- en/useragents/index.html | 86 ++++++++++++++++++++++++++++++++++++++ misc/ebrowser/index.html | 7 ++++ misc/ebrowser/package.json | 2 +- sitemap.xml | 2 +- zh/sitemap.xml | 10 +++++ zh/useragents/index.html | 4 ++ 10 files changed, 146 insertions(+), 6 deletions(-) create mode 100644 en/useragents/index.html diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 3107087..dc1c64b 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -6,7 +6,7 @@ Recent content in _Posts on uweb browser: unlimited power Hugo en - Fri, 28 Jun 2024 17:06:47 +0800 + Wed, 10 Jul 2024 11:21:12 +0800 Text selection/processing @@ -141,6 +141,13 @@ /en/termux/ Only the termux versions provided along with uweb browser can work seamlessly. For android 10+, please install termux before installing uweb browser. If uweb is already installed, users can uninstall it first, then install termux and reinstall uweb browser. Termux bookmarks Long pressing the following links then either "commands"->"bookmark" to add bookmarks or "open in new tab" to execute. GNU bc (basic calculator) bc with all extensions Click the following links to install termux configurations: . + + User agents + /en/useragents/ + Sat, 01 Jan 2022 00:00:00 +0000 + /en/useragents/ + Clicking the following links to add user agents with uweb browser or ebrowser. Edge for android Edge for windows + Long pressed link menu /en/longclick/ diff --git a/en/index.html b/en/index.html index 98c61e8..bb2fbde 100644 --- a/en/index.html +++ b/en/index.html @@ -210,6 +210,12 @@ +
  • + + User agents + +
  • +
  • Long pressed link menu diff --git a/en/index.xml b/en/index.xml index a494014..58ef89a 100644 --- a/en/index.xml +++ b/en/index.xml @@ -6,7 +6,7 @@ Recent content on uweb browser: unlimited power Hugo en - Thu, 04 Jul 2024 16:02:27 +0800 + Wed, 10 Jul 2024 11:21:12 +0800 Text selection/processing @@ -183,6 +183,13 @@ /en/termux/ Only the termux versions provided along with uweb browser can work seamlessly. For android 10+, please install termux before installing uweb browser. If uweb is already installed, users can uninstall it first, then install termux and reinstall uweb browser. Termux bookmarks Long pressing the following links then either "commands"->"bookmark" to add bookmarks or "open in new tab" to execute. GNU bc (basic calculator) bc with all extensions Click the following links to install termux configurations: . + + User agents + /en/useragents/ + Sat, 01 Jan 2022 00:00:00 +0000 + /en/useragents/ + Clicking the following links to add user agents with uweb browser or ebrowser. Edge for android Edge for windows + Long pressed link menu /en/longclick/ diff --git a/en/sitemap.xml b/en/sitemap.xml index 65f2f93..8f498ba 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> /en/_posts/ - 2024-06-28T17:06:47+08:00 + 2024-07-10T11:21:12+08:00 /en/ - 2024-07-04T16:02:27+08:00 + 2024-07-10T11:21:12+08:00 /en/termux/ 2024-04-02T11:45:19+08:00 + + /en/useragents/ + 2024-07-10T11:21:12+08:00 + + /en/longclick/ 2024-04-02T11:45:19+08:00 diff --git a/en/useragents/index.html b/en/useragents/index.html new file mode 100644 index 0000000..ac99f50 --- /dev/null +++ b/en/useragents/index.html @@ -0,0 +1,86 @@ + + + + + + + + User agents + + + +
    + + + + + + + +
    +
    + +
    +

    User agents +
    + +

    +
      + +
    +

    Clicking the following links to add user agents with uweb browser or ebrowser.
    +Edge for android
    +Edge for windows

    + +
    +

    Last Modified: 10 July 2024
    +
    +

    
    +

    + + + +
    +
    + © 2018-2024 Richard H. Cao +
    +
    + + + + + diff --git a/misc/ebrowser/index.html b/misc/ebrowser/index.html index 7f7e3c2..dc35e21 100644 --- a/misc/ebrowser/index.html +++ b/misc/ebrowser/index.html @@ -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: } } diff --git a/misc/ebrowser/package.json b/misc/ebrowser/package.json index 74be2b1..4191281 100644 --- a/misc/ebrowser/package.json +++ b/misc/ebrowser/package.json @@ -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", diff --git a/sitemap.xml b/sitemap.xml index f176560..633afd2 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ /en/sitemap.xml - 2024-07-04T16:02:27+08:00 + 2024-07-10T11:21:12+08:00 diff --git a/zh/sitemap.xml b/zh/sitemap.xml index 1dd49e8..4f56c9b 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -366,6 +366,16 @@ /zh/useragents/ 2024-06-05T11:11:01+08:00 + + /zh/logcat/ 2024-04-02T11:46:25+08:00 diff --git a/zh/useragents/index.html b/zh/useragents/index.html index 7fb2339..21a8b33 100644 --- a/zh/useragents/index.html +++ b/zh/useragents/index.html @@ -30,6 +30,10 @@
    + + + +