Files
doodle-mini/miniprogram/focusPages/gridReasoning/gridReasoning.wxml
T
2025-12-22 17:32:48 +08:00

16 lines
449 B
Plaintext

<!-- 模版不能跨包引用 -->
<import src="../shared/templates/canvas-page-template.wxml" />
<template
is="canvasPageTemplate"
data="{{
boxWidth: boxWidth,
boxHeight: boxHeight,
hasTypeSelector: true,
currentModeName: currentOperatorTypeName,
typeActions: operatorTypeActions,
adType: 'focusDraw',
disabled: !hasContent,
showShareDialog: showShareDialog
}}" />