mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
feat: msg link setting
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -496,6 +496,10 @@ class GStorage {
|
||||
GStorage.localCache.put(LocalCacheKey.blackMids, blackMids..add(mid));
|
||||
}
|
||||
|
||||
static void removeBlackMid(int mid) {
|
||||
GStorage.localCache.put(LocalCacheKey.blackMids, blackMids..remove(mid));
|
||||
}
|
||||
|
||||
static MemberTabType get memberTab => MemberTabType
|
||||
.values[setting.get(SettingBoxKey.memberTab, defaultValue: 0)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user