1
0

fix: 仪表盘改进

This commit is contained in:
2025-12-08 01:06:19 +08:00
parent 1055e97e30
commit 613768681c
7 changed files with 69 additions and 30 deletions

View File

@@ -77,5 +77,5 @@ class SM2Algorithm(BaseAlgorithm):
return str(algodata[cls.algo_name]['efactor'])
@classmethod
def nextdate(cls, algodata):
def nextdate(cls, algodata) -> int:
return algodata[cls.algo_name]['next_date']