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