Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Maletris authored Dec 30, 2024
1 parent 59013b3 commit 0bf6bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const mainStage = new Stage("main-canvas");
const stages = [trailsStage, mainStage];

//随机文字烟花内容
const randomWords = ["Happy new year everyone of Han Group", "新的一年心想事成", ];
const randomWords = ["2025!", "元旦快乐", "Han Group", "心想事成"];
const wordDotsMap = {};
randomWords.forEach((word) => {
wordDotsMap[word] = MyMath.literalLattice(word, 3, "Arial,宋体", "30px");
Expand Down

0 comments on commit 0bf6bde

Please sign in to comment.