mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement notice banner
This commit is contained in:
parent
a68033bc01
commit
12474b0f44
7 changed files with 71 additions and 16 deletions
|
|
@ -63,6 +63,7 @@ impl Item {
|
|||
));
|
||||
|
||||
target_child.append(&page.navigation.g_box);
|
||||
target_child.append(&page.notice);
|
||||
target_child.append(&page.content.g_box);
|
||||
target_child.append(&page.search.g_box);
|
||||
target_child.append(&page.input.clamp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue