Skip to content

Commit d1b20c6

Browse files
committed
feat(web): refresh console welcome copy
1 parent 0cca711 commit d1b20c6

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

packages/ui/src/version-logger.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ function logConsoleWelcome() {
6464

6565
console.log(`%c${config.appName}`, CONSOLE_BANNER_STYLE);
6666
console.log("%c中文", CONSOLE_SUBTITLE_STYLE);
67+
console.log("%c让点子在周末长成 demo。", CONSOLE_SUBTITLE_STYLE);
6768
console.log(
68-
"%cHackathonWeekly 是一个面向黑客松和 AI Builder 的开源社区。",
69+
"%cHackathonWeekly 是一个给黑客松、AI Builder 和社区组织者一起做事的开源社区。",
6970
CONSOLE_SUBTITLE_STYLE,
7071
);
7172
console.log(
72-
"%c在这里你可以发现活动、发布项目、加入组织,一起把点子做成 demo。",
73+
"%c在这里你可以发现活动、发布项目、加入组织,也可以直接修一个 bug 或提一个 PR。",
7374
CONSOLE_SUBTITLE_STYLE,
7475
);
7576
console.log(
@@ -92,11 +93,15 @@ function logConsoleWelcome() {
9293
);
9394
console.log("%cEnglish", CONSOLE_SUBTITLE_STYLE);
9495
console.log(
95-
"%cHackathonWeekly is an open-source community for hackathons and AI builders.",
96+
"%cBuild fast. Meet good people. Ship in public.",
9697
CONSOLE_SUBTITLE_STYLE,
9798
);
9899
console.log(
99-
"%cYou can discover events, share projects, join organizations, and ship ideas into demos here.",
100+
"%cHackathonWeekly is an open-source community for hackathons, AI builders, and community organizers.",
101+
CONSOLE_SUBTITLE_STYLE,
102+
);
103+
console.log(
104+
"%cYou can discover events, share projects, join organizations, or just pick an issue and send a PR.",
100105
CONSOLE_SUBTITLE_STYLE,
101106
);
102107
console.log(

0 commit comments

Comments
 (0)