feat: add backend pages

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 1a693f70ac
commit e863b84016
18 changed files with 500 additions and 10 deletions
@@ -12,6 +12,9 @@ const Wrapper = styled.div<{ $cols?: number }>`
.template-card-wrapper {
padding: 16px;
}
.template-card-inner {
justify-content: center;
}
`;
const Container = styled.div`