feat:V2.5.6分享优化
This commit is contained in:
@@ -6,6 +6,7 @@ import { getWordsSvgData } from '../../utils/getWordsSvgJson';
|
||||
import { WORDS } from '../../constants/words';
|
||||
import { CharacterItem } from '../../types/characterType';
|
||||
import tracker from '../../utils/tracker';
|
||||
import { defaultShareConfig } from '../../config/config';
|
||||
|
||||
Page({
|
||||
canvas: null as Canvas | null,
|
||||
@@ -379,10 +380,8 @@ Page({
|
||||
tracker.reportShare('练字贴');
|
||||
|
||||
return {
|
||||
title: '涂鸦丫-涂色|练字|识字|打印',
|
||||
...defaultShareConfig,
|
||||
path: '/pages/copyBook/copyBook',
|
||||
imageUrl:
|
||||
'https://cdn.joeyone.cn/doodle/share-img/index-share-v2.png',
|
||||
};
|
||||
},
|
||||
onShareTimeline() {
|
||||
@@ -390,10 +389,8 @@ Page({
|
||||
tracker.reportShare('练字贴');
|
||||
|
||||
return {
|
||||
title: '涂鸦丫-涂色|练字|识字|打印',
|
||||
...defaultShareConfig,
|
||||
query: '/pages/copyBook/copyBook',
|
||||
imageUrl:
|
||||
'https://cdn.joeyone.cn/doodle/share-img/index-share-v2.png',
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user