mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 03:22:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			713 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			713 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| -{{#if scope}} {{scope}}:
 | |
| {{~/if}} {{#if subject}}
 | |
|   {{~subject}}
 | |
| {{~else}}
 | |
|   {{~header}}
 | |
| {{~/if}}
 | |
| {{#if references~}}
 | |
|   {{~#each references}} [{{~this.repository}}#{{this.issue}}](
 | |
|   {{~#if @root.repository}}
 | |
|     {{~#if @root.host}}
 | |
|       {{~@root.host}}/
 | |
|     {{~/if}}
 | |
|     {{~#if @root.owner}}
 | |
|       {{~@root.owner}}/
 | |
|     {{~/if}}
 | |
|     {{~@root.repository}}
 | |
|   {{~else}}
 | |
|     {{~@root.repoUrl}}
 | |
|   {{~/if}}
 | |
| /{{~@root.issue}}/{{this.issue}}){{/each}}
 | |
| {{~else}} [{{shortHash}}](
 | |
| {{~#if @root.repository}}
 | |
|   {{~#if @root.host}}
 | |
|     {{~@root.host}}/
 | |
|   {{~/if}}
 | |
|   {{~#if @root.owner}}
 | |
|     {{~@root.owner}}/
 | |
|   {{~/if}}
 | |
|   {{~@root.repository}}
 | |
| {{~else}}
 | |
|   {{~@root.repoUrl}}
 | |
| {{~/if}}
 | |
| /{{~@root.commit}}/{{hash}})
 | |
| {{~/if}}
 | |
| 
 |