refa dm block

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 16:18:51 +08:00
parent 206602e49a
commit bc2de4828b
6 changed files with 167 additions and 135 deletions

View File

@@ -0,0 +1,9 @@
enum DmBlockType {
keyword('关键词'),
regex('正则'),
uid('用户'),
;
final String label;
const DmBlockType(this.label);
}