sort follow tag

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-27 20:53:55 +08:00
parent 89fdc28150
commit 80ecd35784
8 changed files with 214 additions and 21 deletions

View File

@@ -21,6 +21,10 @@ abstract final class Utils {
static const jsonEncoder = JsonEncoder.withIndent(' ');
static bool isCustomFollowTag(int? tagid) {
return tagid != null && tagid != 0 && tagid != -10 && tagid != -2;
}
static String levelName(
Object level, {
bool isSeniorMember = false,