// 通过修改common的变量控制主题颜色
:root[data-theme='custom'] {
  --te-common-text-primary: var(--te-base-red-80);
}