doc补充。

This commit is contained in:
2026-03-10 11:55:26 +08:00
parent b361eb3f88
commit b24bc8a75d

19
README.md Normal file
View File

@@ -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
}
```