|
@@ -63,7 +63,7 @@ Page({
|
|
fromWidth: configure.fromText.length * configure.fromFontSize,
|
|
fromWidth: configure.fromText.length * configure.fromFontSize,
|
|
toWidth: configure.toText.length * configure.toFontSize,
|
|
toWidth: configure.toText.length * configure.toFontSize,
|
|
id: options.id,
|
|
id: options.id,
|
|
- greeting: configure.greeting.split('\r'),
|
|
|
|
|
|
+ greeting: configure.greeting.split('\n'),
|
|
tens: configure.bgMusicLength[0],
|
|
tens: configure.bgMusicLength[0],
|
|
bits: configure.bgMusicLength[1]
|
|
bits: configure.bgMusicLength[1]
|
|
})
|
|
})
|