zzzz
2024-03-20 d25a45190cee44b36296693d5022a0ce9ae9b698
src/assets/theme/index.scss
@@ -1,4 +1,4 @@
@import './_handle.scss';
@import "./_handle.scss";
.mainBackground {
    @include themify() {
@@ -221,3 +221,10 @@
        background: themed("cont_nav") !important;
    }
}
// 新版本新增
.textNew1 {
  @include themify() {
    color: themed("new_text_color") !important;
  }
}