From a198d61c8f284cbc5db0b803f9ffa2b01c5643db Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 4 Aug 2023 06:46:44 +0800 Subject: [PATCH] docs: fix table in other.md --- docs/en/other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/other.md b/docs/en/other.md index 9da71e5f1c..f0fcc4a8b7 100644 --- a/docs/en/other.md +++ b/docs/en/other.md @@ -357,7 +357,7 @@ Parsing of `routeParams` parameter: Specify options (in the format of query string) in parameter `routeParams` parameter to extract data from JSON. | Key | Meaning | Accepted Values | Default | -| ---------- | ----------------------------- ---------- | --------------- | ---------- ------------------------------ | +| ---------- | ---------------------------------------- | --------------- | ------------------------------------------ | | `title` | The title of the RSS | `string` | Extracted from home page of current domain | | `item` | The JSON Path as `item` element | `string` | Entire JSON response | | `itemTitle` | The JSON Path as `title` in `item` | `string` | None |