修复框架权限鉴权报错

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',
}