MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / t

Function t

web/src/pages/Setting/Ratio/GroupRatioSettings.js:128–131  ·  view source on GitHub ↗
(
                '用户新建令牌时可选的分组,格式为 JSON 字符串,例如:{"vip": "VIP 用户", "test": "测试"},表示用户可以选择 vip 分组和 test 分组',
              )

Source from the content-addressed store, hash-verified

126 label={t('用户可选分组')}
127 placeholder={t('为一个 JSON 文本,键为分组名称,值为分组描述')}
128 extraText={t(
129 '用户新建令牌时可选的分组,格式为 JSON 字符串,例如:{"vip": "VIP 用户", "test": "测试"},表示用户可以选择 vip 分组和 test 分组',
130 )}
131 field={'UserUsableGroups'}
132 autosize={{ minRows: 6, maxRows: 12 }}
133 trigger='blur'
134 stopValidateWithError

Callers 15

getAllEnabledModelsFunction · 0.70
SubmitDataFunction · 0.70
ifFunction · 0.70
fetchAllChannelsFunction · 0.70
confirmChannelSelectionFunction · 0.70
fetchRatiosFromChannelsFunction · 0.70
findSourceChannelFunction · 0.70
applySyncFunction · 0.70
onSubmitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected