mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-04 17:17:48 +08:00
create fav tag from fav panel
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user