添加文件头模板文件。
This commit is contained in:
		@@ -71,14 +71,14 @@ class CustomLanguageProvider extends globalThis.FileheaderLanguageProvider {
 | 
				
			|||||||
    // prettier-ignore
 | 
					    // prettier-ignore
 | 
				
			||||||
    return tpl
 | 
					    return tpl
 | 
				
			||||||
`/**
 | 
					`/**
 | 
				
			||||||
 * @Author:        ${variables.authorName} <${variables.authorEmail}>
 | 
					 * @Author: ${variables.authorName} <${variables.authorEmail}>
 | 
				
			||||||
 * @Date:          ${variables.birthtime}
 | 
					 * @Date: ${variables.birthtime}
 | 
				
			||||||
 * @LastEditors:   ${variables.userName}
 | 
					 * @LastEditors: ${variables.userName}
 | 
				
			||||||
 * @LastModified:  ${variables.mtime}
 | 
					 * @LastModified: ${variables.mtime}
 | 
				
			||||||
 * @FilePath:      ${variables.filePath}
 | 
					 * @FilePath: ${variables.filePath}
 | 
				
			||||||
 * @Description:
 | 
					 * @Description:
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * Copyright (c) ${2025} by Kane All rights reserved
 | 
					 *               Copyright (c) ${2025} by Kane All rights reserved
 | 
				
			||||||
 */`;
 | 
					 */`;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user