update: 修改版本号 修改软件名称 发布v0.3

This commit is contained in:
2026-02-02 14:26:45 +08:00
parent b1871aa9e7
commit 03c7cb58da
6 changed files with 153 additions and 153 deletions

View File

@@ -4,7 +4,7 @@ REM CMake配置脚本 - Windows版本
REM 请根据实际安装路径修改以下变量
echo ========================================
echo D330Viewer CMake配置脚本
echo Viewer CMake配置脚本
echo ========================================
echo.
@@ -47,7 +47,7 @@ if %ERRORLEVEL% EQU 0 (
echo ========================================
echo.
echo 下一步:
echo 1. 打开 build\D330Viewer.sln 使用Visual Studio编译
echo 1. 打开 build\Viewer.sln 使用Visual Studio编译
echo 2. 或运行: cmake --build build --config Release
echo.
) else (