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