feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

15
src/app.less Normal file
View File

@ -0,0 +1,15 @@
@import '@/styles/variables.less';
.base-bg {
background: @pageBg;
}
page {
.base-bg();
// 全部覆盖 taroify tabs 的背景色
--tabs-nav-background-color: @pageBg;
.taroify-tabs__wrap__scroll {
.base-bg();
}
}