Files
2025-12-19 16:24:10 +08:00

10 lines
179 B
TypeScript

Component({
properties: {
/** 广告类型:focusDraw 或 mathDraw */
type: {
type: String,
value: 'focusDraw',
},
},
});