feat: init project with miniprogram, cloud functions and admin console

这个提交包含在:
Guoguo
2026-04-22 21:24:20 +08:00
当前提交 a84e37a6e2
修改 106 个文件,包含 5902 行新增0 行删除
@@ -0,0 +1,27 @@
.plan-card {
text-align: center;
border: 2rpx solid #eeeeee;
transition: border-color 0.2s;
}
.plan-active {
border-color: #333333;
background-color: #fafafa;
}
.plan-name {
font-size: 32rpx;
font-weight: 600;
margin-bottom: 12rpx;
}
.plan-price {
font-size: 48rpx;
font-weight: 700;
color: #333333;
margin-bottom: 8rpx;
}
.plan-desc {
font-size: 24rpx;
}