feat: 批量更新多语言

This commit is contained in:
bunny 2025-04-24 13:32:35 +08:00
parent 3f4d145f99
commit a201b965d7
2 changed files with 4 additions and 4 deletions

View File

@ -19,20 +19,20 @@ logging:
bunny: bunny:
master: master:
host: localhost host: 192.168.3.137 # localhost
port: 3306 port: 3306
database: auth_admin database: auth_admin
username: root username: root
password: "123456" password: "123456"
redis: redis:
host: localhost host: 192.168.3.137
port: 6379 port: 6379
database: 0 database: 0
password: "123456" password: "123456"
minio: minio:
endpointUrl: "http://localhost:9000" # 连接地址 endpointUrl: "http://192.168.3.137:9000" # 连接地址
accessKey: bunny # 用户名 accessKey: bunny # 用户名
secretKey: "12345678" # 登录密码 secretKey: "12345678" # 登录密码
bucket-name: auth-admin # 指定哪个桶 bucket-name: auth-admin # 指定哪个桶

View File

@ -35,7 +35,7 @@ public class I18nExcel {
@Schema(name = "translation", title = "多语言翻译名称") @Schema(name = "translation", title = "多语言翻译名称")
@ExcelProperty("translation/多语言翻译") @ExcelProperty("translation/多语言翻译")
// 列宽 // 列宽
@ColumnWidth(166) @ColumnWidth(106)
// fontHeightInPoints字体大小颜色color 天蓝色 // fontHeightInPoints字体大小颜色color 天蓝色
@ContentFontStyle(fontHeightInPoints = 18, color = 40, bold = BooleanEnum.TRUE) @ContentFontStyle(fontHeightInPoints = 18, color = 40, bold = BooleanEnum.TRUE)
private String translation; private String translation;