diff --git a/.gitignore b/.gitignore index b0aa98f..b4fd0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +.vscode node_modules dist *.pem diff --git a/src/components/Intro.vue b/src/components/Intro.vue index f7d20be..9132a47 100644 --- a/src/components/Intro.vue +++ b/src/components/Intro.vue @@ -2,27 +2,18 @@
- Welcome to the (unofficial) - Virtual Town Square and Grimoire for Blood on the Clocktower! - Please add more players through the + {{ locale.intro.header }} - Menu + {{ locale.intro.menu }} - on the top right or by pressing [A]. You can also join a game - session by pressing [J].
+ {{ locale.intro.body }}
- + 你想使用中文版魔典吗? @@ -30,9 +21,13 @@