From 7dd10c79023f9123b75e5eac97658cdf968dd00c Mon Sep 17 00:00:00 2001 From: R524809 Date: Thu, 25 Dec 2025 16:38:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:2.6.3=E8=A1=A5=E9=BD=90=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/mathPages/breakTen/breakTen.json | 1 + 1 file changed, 1 insertion(+) diff --git a/miniprogram/mathPages/breakTen/breakTen.json b/miniprogram/mathPages/breakTen/breakTen.json index ab72cfe..7d3e269 100644 --- a/miniprogram/mathPages/breakTen/breakTen.json +++ b/miniprogram/mathPages/breakTen/breakTen.json @@ -5,6 +5,7 @@ "backgroundColor": "#F6F6F6", "enablePullDownRefresh": false, "usingComponents": { + "toy-button": "../../ui/button/button", "share-guide-popup": "../../components/share-guide-popup/share-guide-popup", "math-type-selector": "../../components/math-type-selector/math-type-selector", "math-bottom-buttons": "../../components/math-bottom-buttons/math-bottom-buttons",