From 2019577277a20eb6c0991a3696ce3ffac6cac3f5 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sun, 19 Feb 2023 00:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 更新部分引导错误问题 2. 更新百度翻译需要前提的一些文档问题 --- README.md | 4 ++-- config/help.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bcbc30..63a5771 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ async tuiimg (e) { 注册完之后将`Bearer Token`填入app/tools.js twitter方法的TwitterApi后面的单引号里`const twitterClient = new TwitterApi('', {httpAgent});` > 百度翻译api:https://fanyi-api.baidu.com/doc/21 -注册完填入方式参考上方注释url (app/tools.js) +注册完填入方式参考上方注释url (app/tools.js);另外,百度翻译需要充钱才能使用! > 更改proxy地址在config/tools.yaml: `proxyAddr: '127.0.0.1' # 魔法地址` -`proxyPort: '6152' # 魔法端口` +`proxyPort: '7890' # 魔法端口` ## 📦 业务 ![help](./img/help.jpg) diff --git a/config/help.yaml b/config/help.yaml index 58fb791..b9a8da3 100644 --- a/config/help.yaml +++ b/config/help.yaml @@ -38,7 +38,7 @@ - group: 工具类合集 list: - icon: translate - title: "#翻中/英/日 xxx" + title: "翻中/英/日 xxx" desc: 百度翻译,例如:翻中 I want it! - icon: 百科 title: "#百科/wiki xxx"