feat: sync latest ARR implementation

This commit is contained in:
Wyndham ARR
2026-07-31 15:11:42 +08:00
parent d6f8a747fa
commit bf7939dd1a
185 changed files with 17527 additions and 2260 deletions

View File

@@ -219,7 +219,7 @@ def rule_set_sha256() -> str:
"lexical_fallback",
],
"filename": "各渠道情况-YYYY年MM月-更新至M.D.xlsx",
"formula_policy": "no_formulas",
"formula_policy": "total_price_equals_real_price_times_nights_times_rooms_v1",
}
return hashlib.sha256(
json.dumps(payload, ensure_ascii=False, sort_keys=True).encode("utf-8")