Commit 50b7c850 by doszhang

dos

parent 8ff1c460
...@@ -150,7 +150,8 @@ function createPoster(resultFlag) { ...@@ -150,7 +150,8 @@ function createPoster(resultFlag) {
} }
function drawNum(resultFlag) { function drawNum(resultFlag) {
const text1 = `成为樱桃小丸子的第${window.joinNum}个的`; const text1 = `成为樱桃小丸子的第100个的`;
// const text1 = `成为樱桃小丸子的第${window.joinNum}个的`;
const text2 = `祈福伙伴,并获得「${guardian[resultFlag-1]}」` const text2 = `祈福伙伴,并获得「${guardian[resultFlag-1]}」`
txtDraw(posterCtx, text1, 320, 302, 24, 'bolder', '#748b6c'); txtDraw(posterCtx, text1, 320, 302, 24, 'bolder', '#748b6c');
txtDraw(posterCtx, text2, 320, 337, 24, 'bolder', '#748b6c'); txtDraw(posterCtx, text2, 320, 337, 24, 'bolder', '#748b6c');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment