更新了新的Bing search customer API支持
This commit is contained in:
parent
e5a1082359
commit
ed4d37e7ff
|
@ -52,7 +52,6 @@ pnpm install
|
|||
|
||||
```diff
|
||||
export default {
|
||||
LOG_LEVEL: 'debug',
|
||||
|
||||
BROWSER_TIMEOUT: 10000,
|
||||
BING_SEARCH_API_URL: 'https://api.bing.microsoft.com/v7.0/custom/',
|
||||
|
|
|
@ -3,7 +3,7 @@ export default {
|
|||
BROWSER_TIMEOUT: 10000,
|
||||
BING_SEARCH_API_URL: 'https://api.bing.microsoft.com/v7.0/custom/',
|
||||
BING_SEARCH_API_KEY: 'YOUR_BING_SEARCH_API_KEY',
|
||||
CUSTOM_CONFIG_ID : 'YOUR_CUSTOM_CONFIG_ID', //将你的Custom Configuration ID放在此处
|
||||
CUSTOM_CONFIG_ID : 'YOUR_CUSTOM_CONFIG_ID', //将您的Custom Configuration ID放在此处
|
||||
HOST: 'localhost',
|
||||
PORT: 3000,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue