update
This commit is contained in:
@@ -66,9 +66,9 @@ class BasicInformationSettingCard(GroupHeaderCardWidget):
|
||||
lang("当前用户组"),
|
||||
QLabel(self),
|
||||
)
|
||||
self.addGroup(
|
||||
":app/icons/Score.svg", userConfig.userScore, "积分", QLabel(self)
|
||||
)
|
||||
# self.addGroup(
|
||||
# ":app/icons/Score.svg", userConfig.userScore, "积分", QLabel(self)
|
||||
# )
|
||||
self.addGroup(
|
||||
":app/icons/Date.svg",
|
||||
userConfig.userCreatedTime,
|
||||
@@ -245,7 +245,7 @@ class SettingInterface(ScrollArea):
|
||||
self.themeSettingWidget = ThemeSettingWidget(self.scrollWidget)
|
||||
self.agreementLabelWidget = AgreementLabelWidget(self.scrollWidget)
|
||||
self.infoLabel = BodyLabel(
|
||||
"增值电信业务经营许可证:B1-20191399鄂ICP备2025132158号 \n ©2025 LeonPan \n 武汉喵星创想互联网科技有限公司",
|
||||
"Powered by LeonCloud with ❤ \n ©2025 LeonPan",
|
||||
self.scrollWidget,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user