zen-gitsync 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-gitsync",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "一个 git 自动查看差异并提交的工具",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -624,15 +624,6 @@ async function addCommitAndPush() {
624
624
  // 清空提交信息
625
625
  clearCommitFields();
626
626
 
627
- // 触发成功事件
628
- gitStore.getCurrentBranch();
629
-
630
- // 确保通过fetchLog获取的是最新的第1页数据
631
- gitLogStore.fetchLog();
632
-
633
- // 手动更新分支状态
634
- gitStore.getBranchStatus();
635
-
636
627
  // 显示成功动画
637
628
  isPushing.value = false
638
629
  showPushSuccessIndicator();