mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 补全弹幕关键词过滤
This commit is contained in:
@@ -74,7 +74,7 @@ class Rule {
|
||||
class SimpleRule {
|
||||
final int id;
|
||||
final int type;
|
||||
final String filter;
|
||||
String filter;
|
||||
SimpleRule(this.id, this.type, this.filter);
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user