.hide-usage-doc {
  display: none !important;
}
/* 隐藏包含 label "邀请码" 的整个表单行 */
.ant-form-row:has(label[title="邀请码"]) {
  display: none !important;
}