We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693ac75 commit d5e6d12Copy full SHA for d5e6d12
1 file changed
changelog.handlebars
@@ -9,9 +9,9 @@ import { Badge } from '@theme';
9
10
11
{{#each releases}}
12
-## [{{{this.name}}}]({{{this.html_url}}}) <span className='ml-2'>{{#if this.draft}}<Badge text='草稿' type='warning' outline />{{else if this.prerelease}}<Badge text='预发布' type='info' outline />{{else}}<Badge text='正式版' type='tip' outline />{{/if}}</span>
+## [{{{this.name}}}]({{{this.html_url}}}) <span className='ml-2'>{{#if this.draft}}<Badge text='草稿' type='danger' outline />{{else if this.prerelease}}<Badge text='预发布' type='warning' outline />{{else}}<Badge text='正式版' type='tip' outline />{{/if}}</span>
13
14
{{{this.body}}}
15
16
17
-{{/each}}
+{{/each}}
0 commit comments