1
0
mirror of synced 2026-03-25 21:38:33 +08:00

v1.2.7 修复时区导致计算错误的问题。

This commit is contained in:
6tail
2021-10-06 21:48:37 +08:00
parent fdac493cee
commit 7d305771a9
4 changed files with 35 additions and 18 deletions

View File

@@ -147,4 +147,3 @@ test('身宫', () => {
const eightChar = lunar.getEightChar();
expect(eightChar.getShenGong()).toBe('壬午');
});