/* 站点品牌：由主题后台「站点品牌」保存生成 */
:root {
  --theme-site-name: "方糖互联";
}
.theme-brand-welcome-title::before { content: var(--theme-site-name); }
