feat:2.6.2 凑十法

This commit is contained in:
R524809
2025-12-24 18:15:01 +08:00
parent 58423eb31a
commit ec3e79ad29
10 changed files with 620 additions and 3 deletions
@@ -0,0 +1,6 @@
<!-- 模版不能跨包引用 -->
<import src="../shared/templates/canvas-page-template.wxml" />
<template
is="canvasPageTemplate"
data="{{boxWidth: boxWidth, boxHeight: boxHeight, hasTypeSelector: false, adType: 'mathDraw', disabled: !hasContent, showShareDialog: showShareDialog}}" />