feat: 初始化素材中心页面路由结构

This commit is contained in:
rd
2025-08-22 11:48:41 +08:00
parent f53b697df1
commit 0d5cb7ba38
19 changed files with 389 additions and 25 deletions

View File

@ -16,3 +16,29 @@
font-family: 'Manrope-SemiBold';
src: url('@/assets/fonts/Manrope-SemiBold.ttf');
}
.font-family-regular {
font-family: $font-family-regular;
}
.font-family-medium {
font-family: $font-family-medium;
}
.font-family-light {
font-family: $font-family-light;
}
.font-family-bold {
font-family: $font-family-bold;
}
.font-family-manrope-regular {
font-family: $font-family-manrope-regular;
}
.font-family-manrope-medium {
font-family: $font-family-manrope-medium;
}
.font-family-manrope-bold {
font-family: $font-family-manrope-bold;
}
.font-family-manrope-semiBold {
font-family: $font-family-manrope-semiBold;
}