Commit Graph

2 Commits

Author SHA1 Message Date
睿 安
8f5ddd7dec 添加本地服务端口配置项,允许用户自定义发送JSON数据的端口号
- 在localClient.ts中实现从配置读取端口号,默认值为26000
- 在package.json中添加squirrel.localServicePort配置项
- 用户现在可以通过VS Code设置自定义本地C++服务端口

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 16:10:04 +08:00
睿 安
6741e9c408 添加本地C++服务集成功能,在保存NUT文件时发送文件路径和内容到本地服务
- 新增localClient.ts模块,用于向本地HTTP服务发送文件数据
- 修改extension.ts,在文件保存时调用本地服务发送功能
- 实现与C++客户端示例兼容的JSON数据格式

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 16:04:07 +08:00