This commit is contained in:
2025-10-30 15:50:40 +08:00
parent ead93c1e49
commit 39dfb62cbf
11 changed files with 35420 additions and 131325 deletions

View File

@@ -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,
)