From 7d27ea248523f52880d3eb50222a9003ad89c502 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Thu, 1 Jun 2023 16:22:41 +0800 Subject: [PATCH] config: add downloadpath --- en/_posts/index.xml | 1 + en/categories/index.xml | 3 ++- en/index.html | 2 +- en/index.xml | 1 + en/searchurl/config.js | 12 +++++++----- en/searchurl/template/config.html | 2 +- en/tags/adblock/index.xml | 1 + en/tags/clipboard/index.xml | 1 + en/tags/css/index.xml | 1 + en/tags/curl/index.xml | 1 + en/tags/index.xml | 1 + en/tags/javascript/index.xml | 1 + en/tags/pc/index.xml | 1 + en/tags/redirection/index.xml | 1 + en/tags/search-engine/index.xml | 1 + en/tags/ssh/index.xml | 1 + en/tags/tdict/index.xml | 1 + en/tags/termux/index.xml | 1 + en/tags/tools/index.xml | 1 + en/tags/windows/index.xml | 1 + en/topposts/index.xml | 1 + en/unlist/index.xml | 3 ++- zh/_posts/index.xml | 1 + zh/categories/index.xml | 3 ++- zh/index.html | 2 +- zh/index.xml | 1 + zh/searchurl/config.js | 12 +++++++----- zh/searchurl/template/config.html | 2 +- zh/tags/css/index.xml | 1 + zh/tags/curl/index.xml | 1 + zh/tags/index.xml | 1 + zh/tags/javascript/index.xml | 1 + zh/tags/pc/index.xml | 1 + zh/tags/ssh/index.xml | 1 + zh/tags/tdict/index.xml | 1 + zh/tags/termux/index.xml | 1 + zh/tags/tools/index.xml | 1 + zh/tags/windows/index.xml | 1 + zh/tags/下载/index.xml | 3 ++- zh/tags/不良信息屏蔽/index.xml | 1 + zh/tags/剪贴板/index.xml | 1 + zh/tags/国外网址/index.xml | 1 + zh/tags/搜索/index.xml | 1 + zh/tags/电视/index.xml | 3 ++- zh/tags/离线/index.xml | 1 + zh/tags/网盘/index.xml | 1 + zh/tags/资源/index.xml | 1 + zh/tags/重定向/index.xml | 1 + zh/topposts/index.xml | 1 + zh/unlist/index.xml | 3 ++- 50 files changed, 68 insertions(+), 20 deletions(-) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 6454a10..f1af2c7 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -5,6 +5,7 @@ /en/_posts/ Recent content in _posts on uweb browser: unlimited power Hugo -- gohugo.io + en Tue, 11 Apr 2023 00:00:00 +0000 Offline resources diff --git a/en/categories/index.xml b/en/categories/index.xml index dc7d26d..ed64bc7 100644 --- a/en/categories/index.xml +++ b/en/categories/index.xml @@ -4,6 +4,7 @@ Categories on uweb browser: unlimited power /en/categories/ Recent content in Categories on uweb browser: unlimited power - Hugo -- gohugo.io + Hugo -- gohugo.io + en diff --git a/en/index.html b/en/index.html index f0fbd46..cb8c6f1 100644 --- a/en/index.html +++ b/en/index.html @@ -1,7 +1,7 @@ - + diff --git a/en/index.xml b/en/index.xml index 336feca..e66ec47 100644 --- a/en/index.xml +++ b/en/index.xml @@ -5,6 +5,7 @@ /en/ Recent content on uweb browser: unlimited power Hugo -- gohugo.io + en Tue, 11 Apr 2023 00:00:00 +0000 Offline resources diff --git a/en/searchurl/config.js b/en/searchurl/config.js index 08d2c99..efbcb16 100644 --- a/en/searchurl/config.js +++ b/en/searchurl/config.js @@ -1,5 +1,5 @@ -let labels = ["Global redirect url","Default font","Cursive","Fantasy","Fixed","Sans-Serif","Serif"]; -let names = ["redirecturl","font","cursive","fantasy","fixed","sansserif","serif"]; +let labels = ["Global redirect url","Download path","Default font","Cursive","Fantasy","Fixed","Sans-Serif","Serif"]; +let names = ["redirecturl","downloadpath","font","cursive","fantasy","fixed","sansserif","serif"]; let d=document; @@ -15,6 +15,7 @@ let sa = [`"+labels[i]+""); - for (i = 1; i < labels.length; i++){ + let i; + for (i=0; i<2; i++) + sa.push(""); + for (i = 2; i < labels.length; i++){ sa.push(""); } diff --git a/en/searchurl/template/config.html b/en/searchurl/template/config.html index ed87a0a..9f82dac 100644 --- a/en/searchurl/template/config.html +++ b/en/searchurl/template/config.html @@ -5,7 +5,7 @@ %5% %6% %7% - +%8% diff --git a/en/tags/adblock/index.xml b/en/tags/adblock/index.xml index 4edecbe..f1612d2 100644 --- a/en/tags/adblock/index.xml +++ b/en/tags/adblock/index.xml @@ -5,6 +5,7 @@ /en/tags/adblock/ Recent content in adblock on uweb browser: unlimited power Hugo -- gohugo.io + en Mon, 20 Mar 2023 00:00:00 +0000 Hosts files diff --git a/en/tags/clipboard/index.xml b/en/tags/clipboard/index.xml index 5250b1b..14d6a98 100644 --- a/en/tags/clipboard/index.xml +++ b/en/tags/clipboard/index.xml @@ -5,6 +5,7 @@ /en/tags/clipboard/ Recent content in clipboard on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 23 Apr 2022 00:00:00 +0000 Text selection diff --git a/en/tags/css/index.xml b/en/tags/css/index.xml index da2081f..f0cd608 100644 --- a/en/tags/css/index.xml +++ b/en/tags/css/index.xml @@ -5,6 +5,7 @@ /en/tags/css/ Recent content in css on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 28 Jan 2023 00:00:00 +0000 JS/CSS/HTML/preprocessing for domains diff --git a/en/tags/curl/index.xml b/en/tags/curl/index.xml index 11019c1..efc3f28 100644 --- a/en/tags/curl/index.xml +++ b/en/tags/curl/index.xml @@ -5,6 +5,7 @@ /en/tags/curl/ Recent content in curl on uweb browser: unlimited power Hugo -- gohugo.io + en Mon, 24 Aug 2020 00:00:00 +0000 Custom file handling diff --git a/en/tags/index.xml b/en/tags/index.xml index 2269792..ffcf6c9 100644 --- a/en/tags/index.xml +++ b/en/tags/index.xml @@ -5,6 +5,7 @@ /en/tags/ Recent content in Tags on uweb browser: unlimited power Hugo -- gohugo.io + en Tue, 11 Apr 2023 00:00:00 +0000 redirection diff --git a/en/tags/javascript/index.xml b/en/tags/javascript/index.xml index 65fa8af..bd16a8b 100644 --- a/en/tags/javascript/index.xml +++ b/en/tags/javascript/index.xml @@ -5,6 +5,7 @@ /en/tags/javascript/ Recent content in javascript on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 28 Jan 2023 00:00:00 +0000 JS/CSS/HTML/preprocessing for domains diff --git a/en/tags/pc/index.xml b/en/tags/pc/index.xml index 0f3b20b..43cb698 100644 --- a/en/tags/pc/index.xml +++ b/en/tags/pc/index.xml @@ -5,6 +5,7 @@ /en/tags/pc/ Recent content in PC on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 23 Apr 2022 00:00:00 +0000 Text selection diff --git a/en/tags/redirection/index.xml b/en/tags/redirection/index.xml index 243d9da..9d6f538 100644 --- a/en/tags/redirection/index.xml +++ b/en/tags/redirection/index.xml @@ -5,6 +5,7 @@ /en/tags/redirection/ Recent content in redirection on uweb browser: unlimited power Hugo -- gohugo.io + en Tue, 11 Apr 2023 00:00:00 +0000 Resource redirection diff --git a/en/tags/search-engine/index.xml b/en/tags/search-engine/index.xml index c1f9fe4..6146fce 100644 --- a/en/tags/search-engine/index.xml +++ b/en/tags/search-engine/index.xml @@ -5,6 +5,7 @@ /en/tags/search-engine/ Recent content in search engine on uweb browser: unlimited power Hugo -- gohugo.io + en Mon, 10 Jan 2022 00:00:00 +0000 Search engine files diff --git a/en/tags/ssh/index.xml b/en/tags/ssh/index.xml index fb844fd..d716d9f 100644 --- a/en/tags/ssh/index.xml +++ b/en/tags/ssh/index.xml @@ -5,6 +5,7 @@ /en/tags/ssh/ Recent content in ssh on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 23 Apr 2022 00:00:00 +0000 Text selection diff --git a/en/tags/tdict/index.xml b/en/tags/tdict/index.xml index 723ea9c..ae79084 100644 --- a/en/tags/tdict/index.xml +++ b/en/tags/tdict/index.xml @@ -5,6 +5,7 @@ /en/tags/tdict/ Recent content in tdict on uweb browser: unlimited power Hugo -- gohugo.io + en Sun, 06 Sep 2020 00:00:00 +0000 Tools diff --git a/en/tags/termux/index.xml b/en/tags/termux/index.xml index 9aff4b3..b748a28 100644 --- a/en/tags/termux/index.xml +++ b/en/tags/termux/index.xml @@ -5,6 +5,7 @@ /en/tags/termux/ Recent content in termux on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 23 Apr 2022 00:00:00 +0000 Text selection diff --git a/en/tags/tools/index.xml b/en/tags/tools/index.xml index b62a74d..75ad3a2 100644 --- a/en/tags/tools/index.xml +++ b/en/tags/tools/index.xml @@ -5,6 +5,7 @@ /en/tags/tools/ Recent content in tools on uweb browser: unlimited power Hugo -- gohugo.io + en Sun, 06 Sep 2020 00:00:00 +0000 Tools diff --git a/en/tags/windows/index.xml b/en/tags/windows/index.xml index 9948a0a..a2a3df0 100644 --- a/en/tags/windows/index.xml +++ b/en/tags/windows/index.xml @@ -5,6 +5,7 @@ /en/tags/windows/ Recent content in Windows on uweb browser: unlimited power Hugo -- gohugo.io + en Sat, 23 Apr 2022 00:00:00 +0000 Text selection diff --git a/en/topposts/index.xml b/en/topposts/index.xml index b1b5478..60716ba 100644 --- a/en/topposts/index.xml +++ b/en/topposts/index.xml @@ -5,6 +5,7 @@ /en/topposts/ Recent content in Topposts on uweb browser: unlimited power Hugo -- gohugo.io + en Tue, 07 Mar 2023 00:00:00 +0000 Search engines diff --git a/en/unlist/index.xml b/en/unlist/index.xml index e1532ec..dc78b19 100644 --- a/en/unlist/index.xml +++ b/en/unlist/index.xml @@ -4,7 +4,8 @@ Unlists on uweb browser: unlimited power /en/unlist/ Recent content in Unlists on uweb browser: unlimited power - Hugo -- gohugo.io + Hugo -- gohugo.io + en /en/readme/ diff --git a/zh/_posts/index.xml b/zh/_posts/index.xml index 1a328b2..5d80ea1 100644 --- a/zh/_posts/index.xml +++ b/zh/_posts/index.xml @@ -5,6 +5,7 @@ /zh/_posts/ Recent content in _posts on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 11 Apr 2023 00:00:00 +0000 重定向网址 diff --git a/zh/categories/index.xml b/zh/categories/index.xml index 562d6d0..cdac455 100644 --- a/zh/categories/index.xml +++ b/zh/categories/index.xml @@ -4,6 +4,7 @@ Categories on 超微浏览器: 威、快、高效、极致优化 /zh/categories/ Recent content in Categories on 超微浏览器: 威、快、高效、极致优化 - Hugo -- gohugo.io + Hugo -- gohugo.io + zh diff --git a/zh/index.html b/zh/index.html index 1805a16..f0479e8 100644 --- a/zh/index.html +++ b/zh/index.html @@ -1,7 +1,7 @@ - + diff --git a/zh/index.xml b/zh/index.xml index 65032b1..7fcc4e9 100644 --- a/zh/index.xml +++ b/zh/index.xml @@ -5,6 +5,7 @@ /zh/ Recent content on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 11 Apr 2023 00:00:00 +0000 重定向网址 diff --git a/zh/searchurl/config.js b/zh/searchurl/config.js index 913c1ca..032304d 100644 --- a/zh/searchurl/config.js +++ b/zh/searchurl/config.js @@ -1,5 +1,5 @@ -let labels = ["全局重定向网址","网页默认字体族","cursive字体族","Fantasy字体族","Fixed字体族","Sans-Serif字体族","Serif字体族"]; -let names = ["redirecturl","font","cursive","fantasy","fixed","sansserif","serif"]; +let labels = ["全局重定向网址","下载目录","网页默认字体族","cursive字体族","Fantasy字体族","Fixed字体族","Sans-Serif字体族","Serif字体族"]; +let names = ["redirecturl","downloadpath","font","cursive","fantasy","fixed","sansserif","serif"]; let d=document; @@ -15,6 +15,7 @@ let sa = [`"+labels[i]+""); - for (i = 1; i < labels.length; i++){ + let i; + for (i=0; i<2; i++) + sa.push(""); + for (i = 2; i < labels.length; i++){ sa.push(""); } diff --git a/zh/searchurl/template/config.html b/zh/searchurl/template/config.html index ccd499e..551b9ea 100644 --- a/zh/searchurl/template/config.html +++ b/zh/searchurl/template/config.html @@ -5,7 +5,7 @@ %5% %6% %7% - +%8% diff --git a/zh/tags/css/index.xml b/zh/tags/css/index.xml index 153d008..f31a859 100644 --- a/zh/tags/css/index.xml +++ b/zh/tags/css/index.xml @@ -5,6 +5,7 @@ /zh/tags/css/ Recent content in css on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 28 Jan 2023 00:00:00 +0000 特定网址脚本、样式、额外html及预处理 diff --git a/zh/tags/curl/index.xml b/zh/tags/curl/index.xml index 58ff90f..545511e 100644 --- a/zh/tags/curl/index.xml +++ b/zh/tags/curl/index.xml @@ -5,6 +5,7 @@ /zh/tags/curl/ Recent content in curl on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Mon, 24 Aug 2020 00:00:00 +0000 利用文件预处理预览/查看/播放可下载资源 diff --git a/zh/tags/index.xml b/zh/tags/index.xml index f402a10..a706156 100644 --- a/zh/tags/index.xml +++ b/zh/tags/index.xml @@ -5,6 +5,7 @@ /zh/tags/ Recent content in Tags on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 11 Apr 2023 00:00:00 +0000 国外网址 diff --git a/zh/tags/javascript/index.xml b/zh/tags/javascript/index.xml index c8ea5f8..db84d2a 100644 --- a/zh/tags/javascript/index.xml +++ b/zh/tags/javascript/index.xml @@ -5,6 +5,7 @@ /zh/tags/javascript/ Recent content in javascript on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 28 Jan 2023 00:00:00 +0000 特定网址脚本、样式、额外html及预处理 diff --git a/zh/tags/pc/index.xml b/zh/tags/pc/index.xml index fa6ad1f..ca77924 100644 --- a/zh/tags/pc/index.xml +++ b/zh/tags/pc/index.xml @@ -5,6 +5,7 @@ /zh/tags/pc/ Recent content in PC on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 23 Apr 2022 00:00:00 +0000 操作选中(富)文本/元素 diff --git a/zh/tags/ssh/index.xml b/zh/tags/ssh/index.xml index 06bc958..49621cc 100644 --- a/zh/tags/ssh/index.xml +++ b/zh/tags/ssh/index.xml @@ -5,6 +5,7 @@ /zh/tags/ssh/ Recent content in ssh on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 23 Apr 2022 00:00:00 +0000 操作选中(富)文本/元素 diff --git a/zh/tags/tdict/index.xml b/zh/tags/tdict/index.xml index 8666ca7..679d082 100644 --- a/zh/tags/tdict/index.xml +++ b/zh/tags/tdict/index.xml @@ -5,6 +5,7 @@ /zh/tags/tdict/ Recent content in tdict on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sun, 06 Sep 2020 00:00:00 +0000 工具汇总 diff --git a/zh/tags/termux/index.xml b/zh/tags/termux/index.xml index d9c17cb..aaeccd7 100644 --- a/zh/tags/termux/index.xml +++ b/zh/tags/termux/index.xml @@ -5,6 +5,7 @@ /zh/tags/termux/ Recent content in termux on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 23 Apr 2022 00:00:00 +0000 操作选中(富)文本/元素 diff --git a/zh/tags/tools/index.xml b/zh/tags/tools/index.xml index 2c2c46e..be8ea38 100644 --- a/zh/tags/tools/index.xml +++ b/zh/tags/tools/index.xml @@ -5,6 +5,7 @@ /zh/tags/tools/ Recent content in tools on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sun, 06 Sep 2020 00:00:00 +0000 工具汇总 diff --git a/zh/tags/windows/index.xml b/zh/tags/windows/index.xml index 97acf70..96d7df1 100644 --- a/zh/tags/windows/index.xml +++ b/zh/tags/windows/index.xml @@ -5,6 +5,7 @@ /zh/tags/windows/ Recent content in Windows on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 23 Apr 2022 00:00:00 +0000 操作选中(富)文本/元素 diff --git a/zh/tags/下载/index.xml b/zh/tags/下载/index.xml index a2a6461..2b966a8 100644 --- a/zh/tags/下载/index.xml +++ b/zh/tags/下载/index.xml @@ -4,7 +4,8 @@ 下载 on 超微浏览器: 威、快、高效、极致优化 /zh/tags/%E4%B8%8B%E8%BD%BD/ Recent content in 下载 on 超微浏览器: 威、快、高效、极致优化 - Hugo -- gohugo.io + Hugo -- gohugo.io + zh 浏览器控制服务器下载资源 /zh/pcdown/ diff --git a/zh/tags/不良信息屏蔽/index.xml b/zh/tags/不良信息屏蔽/index.xml index 3e07422..e099476 100644 --- a/zh/tags/不良信息屏蔽/index.xml +++ b/zh/tags/不良信息屏蔽/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E4%B8%8D%E8%89%AF%E4%BF%A1%E6%81%AF%E5%B1%8F%E8%94%BD/ Recent content in 不良信息屏蔽 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Wed, 18 May 2022 00:00:00 +0000 利用用户自定义样式屏蔽不良信息 diff --git a/zh/tags/剪贴板/index.xml b/zh/tags/剪贴板/index.xml index 0512a22..c6cb1db 100644 --- a/zh/tags/剪贴板/index.xml +++ b/zh/tags/剪贴板/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/ Recent content in 剪贴板 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Sat, 23 Apr 2022 00:00:00 +0000 操作选中(富)文本/元素 diff --git a/zh/tags/国外网址/index.xml b/zh/tags/国外网址/index.xml index 5a94487..dc8ae92 100644 --- a/zh/tags/国外网址/index.xml +++ b/zh/tags/国外网址/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/ Recent content in 国外网址 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 11 Apr 2023 00:00:00 +0000 重定向网址 diff --git a/zh/tags/搜索/index.xml b/zh/tags/搜索/index.xml index 1716afc..20c6a0a 100644 --- a/zh/tags/搜索/index.xml +++ b/zh/tags/搜索/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E6%90%9C%E7%B4%A2/ Recent content in 搜索 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 22 Sep 2020 00:00:00 +0000 视频播放小窍门 diff --git a/zh/tags/电视/index.xml b/zh/tags/电视/index.xml index 36b93ea..a56c0ea 100644 --- a/zh/tags/电视/index.xml +++ b/zh/tags/电视/index.xml @@ -4,7 +4,8 @@ 电视 on 超微浏览器: 威、快、高效、极致优化 /zh/tags/%E7%94%B5%E8%A7%86/ Recent content in 电视 on 超微浏览器: 威、快、高效、极致优化 - Hugo -- gohugo.io + Hugo -- gohugo.io + zh 电视直播 /zh/tvlive/ diff --git a/zh/tags/离线/index.xml b/zh/tags/离线/index.xml index 7f00d74..e3b68dc 100644 --- a/zh/tags/离线/index.xml +++ b/zh/tags/离线/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E7%A6%BB%E7%BA%BF/ Recent content in 离线 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 15 Dec 2020 00:00:00 +0000 离线下载 diff --git a/zh/tags/网盘/index.xml b/zh/tags/网盘/index.xml index 774d2b9..e7dd071 100644 --- a/zh/tags/网盘/index.xml +++ b/zh/tags/网盘/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E7%BD%91%E7%9B%98/ Recent content in 网盘 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 15 Dec 2020 00:00:00 +0000 离线下载 diff --git a/zh/tags/资源/index.xml b/zh/tags/资源/index.xml index f501956..b8e5821 100644 --- a/zh/tags/资源/index.xml +++ b/zh/tags/资源/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E8%B5%84%E6%BA%90/ Recent content in 资源 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 15 Dec 2020 00:00:00 +0000 离线下载 diff --git a/zh/tags/重定向/index.xml b/zh/tags/重定向/index.xml index 1a63ece..544552b 100644 --- a/zh/tags/重定向/index.xml +++ b/zh/tags/重定向/index.xml @@ -5,6 +5,7 @@ /zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/ Recent content in 重定向 on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Tue, 11 Apr 2023 00:00:00 +0000 重定向网址 diff --git a/zh/topposts/index.xml b/zh/topposts/index.xml index a378334..c57c5e5 100644 --- a/zh/topposts/index.xml +++ b/zh/topposts/index.xml @@ -5,6 +5,7 @@ /zh/topposts/ Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化 Hugo -- gohugo.io + zh Thu, 28 Jul 2022 00:00:00 +0000 浏览器多搜索引擎一键直达 diff --git a/zh/unlist/index.xml b/zh/unlist/index.xml index 9bde02a..0522ea1 100644 --- a/zh/unlist/index.xml +++ b/zh/unlist/index.xml @@ -4,7 +4,8 @@ Unlists on 超微浏览器: 威、快、高效、极致优化 /zh/unlist/ Recent content in Unlists on 超微浏览器: 威、快、高效、极致优化 - Hugo -- gohugo.io + Hugo -- gohugo.io + zh /zh/readme/