[游戏管理]游戏配置

This commit is contained in:
2026-04-15 14:21:27 +08:00
parent b6e5f09479
commit e2097450eb
6 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export default {
'quick Search Fields': 'ID / Key / Remark',
id: 'ID',
config_key: 'Config key',
config_value: 'Value',
value_type: 'Value type',
'value_type string': 'String',
'value_type int': 'Integer',
'value_type decimal': 'Decimal',
'value_type json': 'JSON',
remark: 'Remark',
create_time: 'Created',
update_time: 'Updated',
}

View File

@@ -0,0 +1,14 @@
export default {
'quick Search Fields': 'ID/参数键/说明',
id: 'ID',
config_key: '参数键',
config_value: '参数值',
value_type: '值类型',
'value_type string': '字符串',
'value_type int': '整数',
'value_type decimal': '小数',
'value_type json': 'JSON',
remark: '说明',
create_time: '创建时间',
update_time: '更新时间',
}