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

16 lines
397 B
Plaintext

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