mod: 动态页面内容补充

This commit is contained in:
guozhigq
2023-07-15 14:26:40 +08:00
parent 967676dd19
commit 6c87e9eebf
3 changed files with 251 additions and 36 deletions

View File

@ -68,6 +68,13 @@ Widget forWard(item, context, ctr, source, {floor = 1}) {
: const EdgeInsets.only(left: 12, right: 12),
child: picWidget(item, context),
),
if (item.modules.moduleDynamic.additional != null)
addWidget(
item,
context,
item.modules.moduleDynamic.additional.type,
floor: floor,
)
],
);
// 视频