chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,25 @@
<div class="vDivider"></div>
<div class="messages">
<h3>Messages</h3>
{{ memory_message }}
{{ trial_progress_messages }}
{{ trial_errors }}
</div>
<style>
.messages {
color: var(--jp-ui-font-color1);
display: flex;
flex-direction: column;
padding-left: 1em;
overflow-y: auto;
}
.messages h3 {
font-weight: bold;
}
.vDivider {
border-left-width: var(--jp-border-width);
border-left-color: var(--jp-border-color0);
border-left-style: solid;
margin: 0.5em 1em 0.5em 1em;
}
</style>