初始化提交

This commit is contained in:
王立帮
2024-07-19 10:16:00 +08:00
parent 4c7b571f20
commit 4a2d56dcc4
7084 changed files with 741212 additions and 63 deletions

View File

@@ -0,0 +1,19 @@
<div>
<h5 style="
font-weight: bold;
padding-bottom: 8px;
user-select: text;
">{{-d.title}}</h5>
<div>
{{# if (d.message) { }}
<p style="white-space: normal;user-select: text;padding-bottom: 5px;">
{{-d.message}}
</p>
{{# } }}
{{# if (d.href === '#') { }}
<p style="user-select: text;">{{d.moreInfo}}: <a class="link-secondary" href="javascript:void(0)">{{-d.name}}</a></p>
{{# } else { }}
<p style="user-select: text;">{{d.moreInfo}}: <a class="link-primary" href="javascript:void(0)" onclick="Mixly.Url.open('{{-d.href}}')" style="user-select: text;">{{-d.name}}</a></p>
{{# } }}
</div>
</div>