feat: 生成照片的组件搭建

This commit is contained in:
2026-03-26 15:13:33 +08:00
parent e72531cfb7
commit ba655834b9
9 changed files with 102 additions and 15 deletions

View File

@@ -31,6 +31,10 @@
border-radius: 20px;
}
.rounded-24 {
border-radius: 24px;
}
.rounded-50 {
border-radius: 50px;
}