feat:生产初版页面

This commit is contained in:
R524809
2026-03-26 17:33:04 +08:00
parent 3aaf340781
commit dc5e057cb3
63 changed files with 2940 additions and 543 deletions
@@ -0,0 +1,36 @@
Component({
options: {
styleIsolation: 'apply-shared',
},
properties: {
title: {
type: String,
value: '',
},
previewBg: {
type: String,
value: '#f5f5f5',
},
previewText: {
type: String,
value: '',
},
ageRange: {
type: String,
value: '',
},
difficulty: {
type: String,
value: '',
},
img: {
type: String,
value: '',
},
},
methods: {
onTap() {
this.triggerEvent('tap');
},
},
});