feat:下载分享检查
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user