ai-web-search 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -291,9 +291,7 @@ ai-web-search -p 8080
291
291
  - 检查防火墙设置 / Check firewall settings
292
292
  - 验证端口是否正确 / Verify port is correct
293
293
 
294
-
295
-
296
- ### 5. npm install失败 / npm install failed
294
+ ### 4. npm install失败 / npm install failed
297
295
 
298
296
  ```bash
299
297
  # 清除npm缓存 / Clear npm cache
@@ -349,8 +347,8 @@ MIT License
349
347
 
350
348
  ## 贡献 / Contributing
351
349
 
352
- 欢迎提交 Issue 和 Pull Request!
353
- Issues and Pull Requests are welcome!
350
+ 欢迎提交问题和建议!
351
+ Issues and suggestions are welcome!
354
352
 
355
353
  ## 相关项目 / Related Projects
356
354
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-web-search",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A lightweight tool that enables AI assistants to search the internet via local HTTP server",
5
5
  "main": "src/index.js",
6
6
  "type": "commonjs",