fix: 仪表盘改进
This commit is contained in:
@@ -50,7 +50,7 @@ class Electron:
|
||||
"评价"
|
||||
return self.algo.rate(self.algodata)
|
||||
|
||||
def nextdate(self):
|
||||
def nextdate(self) -> int:
|
||||
return self.algo.nextdate(self.algodata)
|
||||
|
||||
def revisor(self, quality: int = 5, is_new_activation: bool = False):
|
||||
|
||||
Reference in New Issue
Block a user