From b24bc8a75dd9e1e87dc045b5186a9660f2ed7f87 Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 10 Mar 2026 11:55:26 +0800 Subject: [PATCH] =?UTF-8?q?doc=E8=A1=A5=E5=85=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..82cddd2 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 基本示例 + +依赖安装: + +```bash +conan install . -s build_type=Release --build=missing +``` + +配置json示例: + +```json +{ + "baseUrl": "https://fanyi-api.baidu.com/api/trans/vip/translate?", + "appId": "xxx", + "appKey": "", + "appSecret": "xxx", + "type": 0 +} +```