💄 Optimize the pfc and show the activities

This commit is contained in:
2025-11-02 00:25:08 +08:00
parent c093123e3a
commit bc60ce5d42
3 changed files with 192 additions and 29 deletions

View File

@@ -206,7 +206,7 @@ class _AccountProfileDetail extends StatelessWidget {
child: Row(
spacing: 6,
children: [
Icon(Symbols.star, size: 17, fill: 1).padding(right: 2),
Icon(Symbols.attribution, size: 17, fill: 1).padding(right: 2),
Text('${data.profile.socialCredits.toStringAsFixed(2)} pts'),
Text('·').bold(),
switch (data.profile.socialCreditsLevel) {