We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2414d commit b887affCopy full SHA for b887aff
1 file changed
app/lecture/src/views/TopScreen.vue
@@ -23,9 +23,9 @@
23
})
24
}
25
26
- const html_text = "Ri-oneの<span id='target'>新入生歓迎講座</span>へようこそ。"
27
- const conv_text = "Ri-oneの新入生歓迎講座へようこそ。";
28
- const orig_text = "Ri-oneのしんにゅうせいかんげいこうざへようこそ。";
+ const html_text = "PJ連合の<span id='target'>新入生歓迎講座</span>へようこそ。"
+ const conv_text = "PJ連合の新入生歓迎講座へようこそ。";
+ const orig_text = "PJれんごうのしんにゅうせいかんげいこうざへようこそ。";
29
const speed = 130; // Typing speed in milliseconds
30
var index = 0;
31
0 commit comments