diff --git a/code/cpicxim-huixiabao/.vscode/fileheader.template.js b/code/cpicxim-huixiabao/.vscode/fileheader.template.js index aa2379f..3eb8772 100644 --- a/code/cpicxim-huixiabao/.vscode/fileheader.template.js +++ b/code/cpicxim-huixiabao/.vscode/fileheader.template.js @@ -71,14 +71,14 @@ class CustomLanguageProvider extends globalThis.FileheaderLanguageProvider { // prettier-ignore return tpl `/** - * @Author: ${variables.authorName} <${variables.authorEmail}> - * @Date: ${variables.birthtime} - * @LastEditors: ${variables.userName} - * @LastModified: ${variables.mtime} - * @FilePath: ${variables.filePath} + * @Author: ${variables.authorName} <${variables.authorEmail}> + * @Date: ${variables.birthtime} + * @LastEditors: ${variables.userName} + * @LastModified: ${variables.mtime} + * @FilePath: ${variables.filePath} * @Description: * - * Copyright (c) ${2025} by Kane All rights reserved + * Copyright (c) ${2025} by Kane All rights reserved */`; } }