feat(ui): 添加软件临时主页
This commit is contained in:
@@ -52,10 +52,7 @@ from .Widget import StatefulItemCard, QuantifiedItemCard
|
||||
|
||||
class History(QWidget):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
parent=None,
|
||||
):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
self.setObjectName("历史记录")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user