Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed Nov 2, 2024
1 parent dd6c473 commit 9ac8ede
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@ docker run -d -p 8080:8080 --name diskmirror-docker -v C:\Users\zhao\Downloads\c

### 更新记录

#### 1.0.2 → 1.0.3 正在开发中
#### 1.0.4 → 1.0.5

- 同步 `diskmirror-backend-spring-boot:2024.11.02` 版本信息!

#### 1.0.3 → 1.0.4

- 同步 `diskmirror-backend-spring-boot:2024.04.26` 版本信息!

Expand Down
4 changes: 2 additions & 2 deletions script.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off

echo docker 镜像安装脚本版本:1.0.4
echo docker 镜像安装脚本版本:1.0.5

set /P "version=请输入需要的版本:"

if "%version%" == "" (
set "version=2024.04.26"
set "version=2024.11.02"
)

echo "正在下载版本:%version%"
Expand Down
4 changes: 2 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "docker 镜像安装脚本版本:1.0.4"
echo "docker 镜像安装脚本版本:1.0.5"

version=""

Expand All @@ -9,7 +9,7 @@ read -p "请输入需要的版本:" version

# 判断用户是否输入了数据 如果没有数据就默认赋值
if [ -z "$version" ]; then
version="2024.04.26"
version="2024.11.02"
fi

echo "正在下载版本:$version"
Expand Down

0 comments on commit 9ac8ede

Please sign in to comment.