mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
opt dyn panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -64,7 +64,7 @@ class DynamicsDataModel {
|
||||
continue;
|
||||
}
|
||||
if (enableFilter) {
|
||||
if (item.orig case DynamicItemModel orig) {
|
||||
if (item.orig case final orig?) {
|
||||
if (banWordForDyn.hasMatch(_getMatchText(orig))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user