chore(ui): update contribution warning copy

This commit is contained in:
cong
2026-04-04 23:22:57 +08:00
parent ebafe70a88
commit 0c90b83c40

View File

@@ -1223,7 +1223,13 @@ function ContributionPanel({
banner
style={{ marginBottom: 12 }}
message="开启贡献模式后,注册成功账号将只上传到贡献服务器"
description="CPA / CodexProxy / Sub2API 自动上传会被停用,避免重复上报。"
description={(
<>
<div>CPA / CodexProxy / Sub2API </div>
<div>xem中转站测试中 </div>
<div>https://ai.xem8k5.top/ 群号634758974</div>
</>
)}
/>
<Form.Item name="contribution_enabled" label="是否开启" valuePropName="checked">
<Switch checkedChildren="开启" unCheckedChildren="关闭" />