2 Commits

Author SHA1 Message Date
01d76a9f21 添加文件头模板文件。 2025-05-15 09:31:31 +08:00
ef8f8db904 保存进度! 2025-04-19 20:42:24 +08:00
2 changed files with 8 additions and 7 deletions

View File

@@ -56,7 +56,8 @@ public class HuixiabaoConfig
private static final int MAX_COUNT_PER_REQUEST = 500; private static final int MAX_COUNT_PER_REQUEST = 500;
private static final int SLEEP_SECONDS = 10; private static final int SLEEP_SECONDS = 10;
private static final String url = "http://172.18.1.150:9040/h3c/new/api/gafe/rest"; //private static final String url = "http://172.18.1.150:9040/h3c/new/api/gafe/rest";
private static final String url = "http://172.16.39.44:9040/h3c/new/api/gafe/rest";
private static final String appid = "hxb-tb"; private static final String appid = "hxb-tb";
private static final String appSecret = "60F468FB46170DD4CF6CBECE215DBFC0"; private static final String appSecret = "60F468FB46170DD4CF6CBECE215DBFC0";
private static final String funId = "XY00.00.00.03"; private static final String funId = "XY00.00.00.03";

View File

@@ -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
*/`; */`;
} }
} }