feat:下载分享检查

This commit is contained in:
R524809
2025-11-21 17:17:36 +08:00
parent ddab64bb20
commit ec773a650c
27 changed files with 267 additions and 181076 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ class FindWordDrawService {
appName: '涂鸦丫小程序',
appHint: '识字|识图|练字|打印',
title: '找一找 涂 色',
subTitle: '给文字涂上相同的颜色',
subTitle: '找出相同的文字涂色',
...options,
};
// 从options中读取debug参数,如果没有则使用全局DEBUG常量
@@ -132,7 +132,7 @@ class FindWordDrawService {
appName: this.options.appName || '涂鸦丫小程序',
appHint: this.options.appHint || '识字|识图|练字|打印',
title: this.options.title || '找一找 涂 色',
subTitle: this.options.subTitle || '给文字涂上相同的颜色',
subTitle: this.options.subTitle || '找出相同的文字涂色',
},
onHeaderDrawn: (currentY) => {
this.currentY = currentY;