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

Function t

web/src/components/settings/OtherSetting.js:357–360  ·  view source on GitHub ↗
(
                  '在此输入新的关于内容,支持 Markdown & HTML 代码。如果输入的是一个链接,则会使用该链接作为 iframe 的 src 属性,这允许你设置任意网页作为关于页面',
                )

Source from the content-addressed store, hash-verified

355 <Form.TextArea
356 label={t('关于')}
357 placeholder={t(
358 '在此输入新的关于内容,支持 Markdown & HTML 代码。如果输入的是一个链接,则会使用该链接作为 iframe 的 src 属性,这允许你设置任意网页作为关于页面',
359 )}
360 field={'About'}
361 onChange={handleInputChange}
362 style={{ fontFamily: 'JetBrains Mono, Consolas' }}
363 autosize={{ minRows: 6, maxRows: 12 }}

Callers 15

getOptionsFunction · 0.70
onRefreshFunction · 0.70
updateOptionsFunction · 0.70
handleAddEmailFunction · 0.70
submitOIDCSettingsFunction · 0.70
SystemSetting.jsFile · 0.70
submitNoticeFunction · 0.70
submitSystemNameFunction · 0.70
OtherSetting.jsFile · 0.70
generateAccessTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected