From cfff11a6c3a5cb39065d45c105cbb316c15f2450 Mon Sep 17 00:00:00 2001 From: "hexo-crowdin[bot]" <159447924+hexo-crowdin[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:11:46 +0000 Subject: [PATCH] l10n(zh-TW): New translations from Crowdin --- source/zh-tw/docs/variables.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/zh-tw/docs/variables.md b/source/zh-tw/docs/variables.md index dc984b1bd6..5455c4e2e0 100644 --- a/source/zh-tw/docs/variables.md +++ b/source/zh-tw/docs/variables.md @@ -22,12 +22,12 @@ Lodash has been removed from global variables since Hexo 5.0.0. [You-Dont-Need-L ### Site Variables -| 變數 | 描述 | Type | -| ----------------- | ---- | ------------------------- | -| `site.posts` | 所有文章 | `array` of `post` objects | -| `site.pages` | 所有分頁 | `array` of `page` objects | -| `site.categories` | 所有分類 | `array` of ??? | -| `site.tags` | 所有標籤 | `array` of ??? | +| 變數 | 描述 | Type | +| ----------------- | ---- | ---------------------- | +| `site.posts` | 所有文章 | [Query][queryo] object | +| `site.pages` | 所有分頁 | [Query][queryo] object | +| `site.categories` | 所有分類 | [Query][queryo] object | +| `site.tags` | 所有標籤 | [Query][queryo] object | ### 頁面變數 @@ -96,6 +96,8 @@ Lodash has been removed from global variables since Hexo 5.0.0. [You-Dont-Need-L | ---------- | ---- | -------- | | `page.tag` | 標籤名稱 | `string` | +[queryo]: https://hexojs.github.io/warehouse/classes/query.default.html + [Moment.js]: http://momentjs.com/ [Site Variables]: #Site-Variables [Page Variables]: #Page-Variables