2021-01-22 23:09:02 +08:00
|
|
|
<div class="admin-new-feature-item">
|
2022-07-06 01:41:31 +08:00
|
|
|
<div class="new-feature-emoji">{{this.item.emoji}}</div>
|
2021-01-22 23:09:02 +08:00
|
|
|
<div class="new-feature-content">
|
|
|
|
<div class="header">
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.item.link}}
|
|
|
|
<a
|
|
|
|
href={{this.item.link}}
|
|
|
|
target="_blank"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
>{{this.item.title}}</a>
|
2021-01-22 23:09:02 +08:00
|
|
|
{{else}}
|
2022-07-06 01:41:31 +08:00
|
|
|
{{this.item.title}}
|
2021-01-22 23:09:02 +08:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2022-07-06 01:41:31 +08:00
|
|
|
<div class="feature-description">{{this.item.description}}</div>
|
2021-01-22 23:09:02 +08:00
|
|
|
</div>
|
|
|
|
</div>
|