From 01d76a9f211648e7b1827963478f71511a4e39c3 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Thu, 15 May 2025 09:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6=E5=A4=B4?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cpicxim-huixiabao/.vscode/fileheader.template.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 */`; } }