更新了新的Bing search customer API支持

This commit is contained in:
TianlinLiang 2024-07-04 14:18:31 +08:00
parent e5a1082359
commit ed4d37e7ff
2 changed files with 8 additions and 9 deletions

View File

@ -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/',

View File

@ -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,
};