feat: 补全弹幕关键词过滤

This commit is contained in:
orz12
2024-05-24 10:53:28 +08:00
parent e2e9d353e2
commit e9c64694ce
6 changed files with 179 additions and 80 deletions

View File

@@ -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 {