From d1f1d5747e6c966d99c1da1034e38b7af6caa10e Mon Sep 17 00:00:00 2001 From: a76yyyy Date: Mon, 26 Jun 2023 14:18:07 +0800 Subject: [PATCH] chore(api): add tip for html_unescape --- version.json | 2 +- web/tpl/about.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 059abcaa3b2..24f2ae1811e 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": 20230618, + "version": 20230626, "Repo": ["https://github.com/qd-today/qd", "https://github.com/a76yyyy/qd", "https://github.com/binux/qiandao"], "Author&Collaborator": ["binux", "a76yyyy", "AragonSnow", "Mark", "PiDan", "acooler15", "billypon", "liubei121212", "gxitm", "戏如人生", "buzhibujuelb", "powersee", "cxk000"], "Theme": { diff --git a/web/tpl/about.html b/web/tpl/about.html index 09bf5f4ff79..eaa9b7199c9 100644 --- a/web/tpl/about.html +++ b/web/tpl/about.html @@ -61,7 +61,7 @@

html_unescape,content 是 - html_unescape: 是否进行 html 反转义, 默认为 False
content: 要转码的内容 + html_unescape: 是否进行 html 反转义, 默认为 False,
启用该参数需对 content 进行 urlencode 编码
content: 要转码的内容