Skip to content

Commit bb397f4

Browse files
committed
chore: 更新启动时 log 文本
1 parent 1537c1f commit bb397f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ export const createApp = ViteSSG(
5555
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
5656
});
5757

58-
console.log(chalk.hex("#00bfff")(asciiLogo) + '\n' + chalk.hex("#FF9AFC")("⌈不想前进的时候,就暂且停下脚步吧。⌋"))
58+
console.log(chalk.hex("#00bfff")(asciiLogo) + '\n' + chalk.hex("#FF9AFC")("⌈不想前进的时候,就暂且停下脚步吧。⌋") + '\n'
59+
+ chalk.hex("#81ddff")("⌈愿我们在那鲜花芬芳的西风尽头重逢。⌋"))
5960

6061
}
6162
}

0 commit comments

Comments
 (0)