# vc_debug_tool_desktop **Repository Path**: rico6/vc_debug_tool_desktop ## Basic Information - **Project Name**: vc_debug_tool_desktop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-16 - **Last Updated**: 2026-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VC Debug Tool Desktop Windows 桌面端工程,基于 Electron + React + TypeScript + Vite。 ## 拉代码 普通网络: ```bat git clone https://gitee.com/rico6/vc_debug_tool_desktop.git ``` 公司代理网络: ```bat git_pull_proxy.bat ``` 代理地址和仓库地址在 `build.properties` 中配置。 ## 开发启动 普通网络: ```bat dev.bat ``` 公司代理网络: ```bat dev_proxy.bat ``` 脚本会优先恢复 `offline-deps\node_modules.zip.part*`,没有离线依赖包时会自动执行 `npm install --include=dev`。 ## 打包 绿色目录包: ```bat build_dir.bat ``` 完整安装/压缩包: ```bat build.bat ``` 公司代理网络: ```bat build_dir_proxy.bat build_proxy.bat ``` 产物输出到 `release` 目录。 ## 常用检查 PowerShell 执行策略可能拦截 `npm.ps1`,建议通过 cmd 执行: ```bat cmd /c npm run typecheck ``` ## 升级入口 - `bin\upgrade.bat`:手动 helper 升级入口。 - `bin\upgrade_manual.bat`:传统手动应急升级脚本。