Skip to content

Commit

Permalink
移除清理控制台导致的报错。
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRainLand committed Feb 21, 2025
1 parent b767285 commit 9a3eab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MainPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class MainPage {

showProjectMsg() {
setTimeout(() => {
console.clear();
console.log(
`%c${ProjectConfig.projectName_zh}\n\n%c${ProjectConfig.projectDsc_zh}\n\n%c作者: ${ProjectConfig.projectAuthor}\n\n%c项目地址: ${ProjectConfig.projectUrl}`,
"color:#252525; font-size: 30px;",
Expand Down

0 comments on commit 9a3eab3

Please sign in to comment.