Skip to content

Commit d5e6d12

Browse files
committed
feat: changelog style
Update changelog.handlebars
1 parent 693ac75 commit d5e6d12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import { Badge } from '@theme';
99

1010

1111
{{#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>
12+
## [{{{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>
1313

1414
{{{this.body}}}
1515

1616

17-
{{/each}}
17+
{{/each}}

0 commit comments

Comments
 (0)