Gestion de paquetage, aide intégrée et message de bienvenue
Release Creation / build (release) Successful in 59s

This commit is contained in:
2026-05-01 00:37:01 +02:00
parent 06b0ff7f78
commit 7d218f4a0a
41 changed files with 1524 additions and 54 deletions
+40
View File
@@ -0,0 +1,40 @@
<section class="dnc-chat-card dnc-chat-card-welcome">
<header class="chat-card-header">
<div class="chat-card-heading">
<p class="chat-card-kicker">{{localize "DNC.Welcome.Kicker"}}</p>
<h2>{{title}}</h2>
<p class="chat-card-subtitle">{{subtitle}}</p>
</div>
<div class="chat-card-seal success">
{{localize "DNC.Welcome.Seal"}}
</div>
</header>
<p class="chat-note chat-welcome-intro">{{intro}}</p>
<ul class="chat-details chat-details-ornate">
{{#each bullets}}
<li>{{this}}</li>
{{/each}}
</ul>
<p class="chat-note chat-welcome-link">
<strong>{{helpLabel}}</strong>
{{#if helpLink}}
{{{helpLink}}}
{{else}}
{{helpFallback}}
{{/if}}
</p>
<p class="chat-note">
<strong>{{creditsLabel}}</strong> {{creditsText}}
</p>
<p class="chat-note">
<strong>{{officialLabel}}</strong>
<a href="{{officialUrl}}" target="_blank" rel="noopener">{{officialLinkText}}</a>
</p>
<p class="chat-note">{{footer}}</p>
</section>