feat: 批量更新多语言
This commit is contained in:
parent
3f4d145f99
commit
a201b965d7
|
@ -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 # 指定哪个桶
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue