diff --git a/README.md b/README.md index eb6163e8a..e3843005c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ docs 注意: -- LearnData 默认使用了 algolia 全文搜索。如果你没有使用 algolia 爬虫,则可以在 `docs/.vuepress/config.ts` 文件中删除 plugins 下的 docsearchPlugin 区块,网站将转用本地全文索引搜索。 +- LearnData 默认采用 algolia 进行全文检索。如果你没用 algolia,可在 `docs/.vuepress/theme.ts` 文件的 plugins 部分删除 docsearch 区块,并激活 searchPro。这样,网站将转用本地全文索引来进行搜索。 - `docs/_temp` 文件夹默认不同步到 GitHub 上。你可以手动在本地建立 `_temp` 文件夹,用来存放草稿。 - 自 VuePress2 的 beta.54 版本开始,文件夹名前缀为 `_` 在生成链接时将被省略,例如文章路径为 `/_posts/`,但网页链接路径会是 `/posts/`。 diff --git a/docs/README.md b/docs/README.md index 8537ac98f..34b72ebfb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -86,7 +86,7 @@ docs 注意: -- LearnData 默认使用了 algolia 全文搜索。如果你没有使用 algolia 爬虫,则可以在 `docs/.vuepress/config.ts` 文件中删除 plugins 下的 docsearchPlugin 区块,网站将转用本地全文索引搜索。 +- LearnData 默认采用 algolia 进行全文检索。如果你没用 algolia,可在 `docs/.vuepress/theme.ts` 文件的 plugins 部分删除 docsearch 区块,并激活 searchPro。这样,网站将转用本地全文索引来进行搜索。 - `docs/_temp` 文件夹默认不同步到 GitHub 上。你可以手动在本地建立 `_temp` 文件夹,用来存放草稿。 - 自 VuePress2 的 beta.54 版本开始,文件夹名前缀为 `_` 在生成链接时将被省略,例如文章路径为 `/_posts/`,但网页链接路径会是 `/posts/`。 diff --git a/docs/apps/tutorials/QTTabBar.md b/docs/apps/tutorials/QTTabBar.md index a30612fa1..cc6b19531 100644 --- a/docs/apps/tutorials/QTTabBar.md +++ b/docs/apps/tutorials/QTTabBar.md @@ -1,8 +1,7 @@ --- article: false title: QTTabBar -icon: tab -order: 100 +order: 101 --- QTTabBar 让你在 Windows 资源管理器中使用 Tab 多标签功能。这款应用存在两个版本,一个是日本作者 @Quizo 的[原版 QTTabBar](http://qttabbar.wikidot.com/)(闭源,更新慢),另一个是国内反编译出的[开源 QTTabBar](https://github.com/indiff/qttabbar)。 diff --git a/docs/apps/tutorials/feishu.md b/docs/apps/tutorials/feishu.md index e2817dc25..ce779f7c5 100644 --- a/docs/apps/tutorials/feishu.md +++ b/docs/apps/tutorials/feishu.md @@ -4,7 +4,7 @@ title: 飞书迁移记录 date: 2023-12-11 category: - 工具 -order: 20 +order: 201 --- 飞书曾经展现出极大的开放性,然而在一次改版后,它取消了对免费用户的支持,限制越来越多,促使我将各项内容从飞书迁移出来。以下是我的飞书迁移记录和替代方案。 diff --git a/docs/apps/tutorials/power-automate.md b/docs/apps/tutorials/power-automate.md index f7b9506b8..ad71a1f71 100644 --- a/docs/apps/tutorials/power-automate.md +++ b/docs/apps/tutorials/power-automate.md @@ -1,7 +1,7 @@ --- article: false title: Power Automate -order: 3 +order: 10 --- [Power Automate](https://sspai.com/series/273/list) 自动化应用,分为桌面流和[云端流](https://make.powerautomate.com/),上手比 Quikcer 复杂,网页自动化弱于 UI. Vision RPA,适合在 Window 不同应用间切换的自动化流。**对于免费用户来说,Power Automate 都得手动执行流,个人账户与组织账户无明显区别。** 自动化操作也可以使用 Logi Options+ 的 Smart Actions。 diff --git a/docs/apps/tutorials/vscode.md b/docs/apps/tutorials/vscode.md index de3b3ec84..7533c3cd3 100644 --- a/docs/apps/tutorials/vscode.md +++ b/docs/apps/tutorials/vscode.md @@ -1,7 +1,7 @@ --- article: false title: VS Code -order: 4 +order: 3 --- 利用各种插件,VS Code 不仅能够提高编程效率,还极大改善写作体验。尽管现在的 VS Code 配备了配置同步功能,但我在最近一次重装电脑系统后却遭遇了一个意外:VS Code 配置然全部消失了。这个意外促使我撰写这篇文章,作为备忘录。因此,为了避免类似情况的发生,我建议在重新安装系统之前,还是要手动备份你的配置文件,以确保安全。