From aa5d4878cbc7fadcded9e9ebcabfce9a7ae875a2 Mon Sep 17 00:00:00 2001 From: jianzhichu Date: Thu, 8 Jan 2026 00:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Properties/PublishProfiles/docker.pubxml | 2 +- README.md | 8 ++++---- dy.net.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Properties/PublishProfiles/docker.pubxml b/Properties/PublishProfiles/docker.pubxml index eadde76..b267ebc 100644 --- a/Properties/PublishProfiles/docker.pubxml +++ b/Properties/PublishProfiles/docker.pubxml @@ -17,6 +17,6 @@ false - + \ No newline at end of file diff --git a/README.md b/README.md index 6895de6..a9ccf19 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取, | 镜像标签 | 架构 | | ----------------- | -------------- | -| `beta_1.9.6` | x86_64 (amd64) | -| `arm_1.9.6` | ARM64 | +| `beta_1.9.7` | x86_64 (amd64) | +| `arm_1.9.7` | ARM64 | ### 构建命令示例 @@ -114,7 +114,7 @@ docker run -d --restart=always \ -v /opt/dysync/uper:/app/uper \ -p 10101:10101 \ --name dysync2026 \ - ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.6 + ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.7 ``` @@ -127,7 +127,7 @@ version: '3.8' services: dysync: - image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.6 + image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.7 container_name: dysync2026 # 容器名称 restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止 ports: diff --git a/dy.net.csproj b/dy.net.csproj index c9d91b8..d0ec5a9 100644 --- a/dy.net.csproj +++ b/dy.net.csproj @@ -113,7 +113,7 @@ - +