create fav tag from fav panel

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-26 20:36:59 +08:00
parent b9ce4bad67
commit dccb5d4bf5
6 changed files with 163 additions and 110 deletions

View File

@@ -17,4 +17,10 @@ class MemberTagItemModel {
tagid = json['tagid'];
tip = json['tip'];
}
MemberTagItemModel.fromCreate(({int tagid, String tagName}) res) {
tagid = res.tagid;
name = res.tagName;
count = 0;
}
}