重置cookie工具

This commit is contained in:
jianzhichu
2026-05-10 14:25:46 +08:00
parent 432ab60dd0
commit 5e89b9c66f
9 changed files with 79 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
</ItemGroup>
</Target>
<!-- 核心配置:仅用核心版本号2.1.8,自动拼接前缀 -->
<!-- 核心配置:仅用核心版本号2.2.0,自动拼接前缀 -->
<!--<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'" />