修复框架权限鉴权报错

This commit is contained in:
2026-04-02 11:04:57 +08:00
parent 2e6e5105cf
commit 9786dab979
8 changed files with 940 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
export default {
ID: 'ID',
channel_id: 'channel_id',
channel__name: 'name',
group: 'group',
name: 'name',
title: 'title',
value: 'value',
'weight key': 'Key',
'weight value': 'Value',
'weight sum must 100': 'The sum of weights for default_tier_weight / default_kill_score_weight must equal 100',
'weight each max 100': 'Each weight value must not exceed 100',
'weight value numeric': 'Weight values must be valid numbers',
sort: 'sort',
instantiation: 'instantiation',
'instantiation 0': 'instantiation 0',
'instantiation 1': 'instantiation 1',
create_time: 'create_time',
update_time: 'update_time',
'quick Search Fields': 'ID',
}

View File

@@ -0,0 +1,21 @@
export default {
ID: 'ID',
channel_id: '渠道id',
channel__name: '渠道名',
group: '分组',
name: '配置标识',
title: '配置名称',
value: '值',
'weight key': '键',
'weight value': '数值',
'weight sum must 100': 'default_tier_weight / default_kill_score_weight 的权重之和必须等于 100',
'weight each max 100': '每项权重不能超过 100',
'weight value numeric': '权重值必须为有效数字',
sort: '排序',
instantiation: '实例化',
'instantiation 0': '不需要',
'instantiation 1': '需要',
create_time: '创建时间',
update_time: '更新时间',
'quick Search Fields': 'ID',
}