diff --git a/Properties/PublishProfiles/docker.pubxml b/Properties/PublishProfiles/docker.pubxml index 1fd500e..ce0d800 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 2dc9162..27662af 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取, | 镜像标签 | 架构 | | ----------------- | -------------- | -| `beta_2.1.7` | x86_64 (amd64) | -| `arm_2.1.7` | ARM64 | +| `beta_2.1.8` | x86_64 (amd64) | +| `arm_2.1.8` | ARM64 | ### 构建命令示例 @@ -113,7 +113,7 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取, services: dysync: - image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_2.1.7 + image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_2.1.8 container_name: dysync2026 # 容器名称 restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止 ports: diff --git a/app/src/pages/followd/index.vue b/app/src/pages/followd/index.vue index ad7a195..203bc93 100644 --- a/app/src/pages/followd/index.vue +++ b/app/src/pages/followd/index.vue @@ -9,6 +9,7 @@
+ 未开启 同步 全同步 @@ -197,6 +198,7 @@ interface QuaryParam { mySelfId?: string; openSync: boolean; fullSync: boolean; + unOpen: boolean; } interface AddForm { @@ -270,6 +272,7 @@ const quaryData: UnwrapRef = reactive({ mySelfId: '', openSync: false, fullSync: false, + unOpen: false, }); // 生命周期 - 挂载时初始化 diff --git a/dy.net.csproj b/dy.net.csproj index 92244a8..35c60d8 100644 --- a/dy.net.csproj +++ b/dy.net.csproj @@ -131,7 +131,7 @@ - +