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 +1 -1
- package/src/ui/client/src/components/CommitForm.vue +0 -9
- package/src/ui/client/stats.html +1 -1
- package/src/ui/public/assets/{index-FuuBZ-mS.js → index-CekdGwXY.js} +5 -5
- package/src/ui/public/assets/{index-C0FIVyIy.css → index-SwSkrgGk.css} +1 -1
- package/src/ui/public/index.html +2 -2
package/package.json
CHANGED
|
@@ -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();
|