自定义收藏夹bug

This commit is contained in:
jianzhichu
2026-03-26 20:07:42 +08:00
parent 8f738f1714
commit 63f44adeca
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
</ItemGroup>
</Target>
<!-- 核心配置:仅用核心版本号2.1.6,自动拼接前缀 -->
<!-- 核心配置:仅用核心版本号2.1.7,自动拼接前缀 -->
<!--<Target Name="DockerBuildAndPushAfterPublish" AfterTargets="Publish">
<Exec Command="docker build -t jianzhichu/dysync.net:beta_$(DockerCoreVersion) . &amp;&amp; docker tag jianzhichu/dysync.net:beta_$(DockerCoreVersion) ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_$(DockerCoreVersion) &amp;&amp; docker push ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_$(DockerCoreVersion)"
Condition="'$(DockerArch)' == 'x86'" />