Merge branch 'dev' into master

This commit is contained in:
QLHazyCoder
2026-04-20 00:48:38 +08:00
14 changed files with 2747 additions and 50 deletions
+3
View File
@@ -331,6 +331,9 @@
}
function shouldSyncAccountRunHistorySnapshot(state = {}) {
if (Boolean(state.contributionMode)) {
return false;
}
if (!Boolean(state.accountRunHistoryTextEnabled)) {
return false;
}