Compeleted the language changing feat.

And updated the assets url to be /_assets/ instead of /_nuxt/
This commit is contained in:
yuanhau 2025-05-15 22:31:50 +08:00
parent a1aecb4623
commit c45a5ea285
5 changed files with 46 additions and 31 deletions

View file

@ -103,6 +103,18 @@ const commands = [
command: "help",
run: displayHelp,
},
{
command: "關於",
run: printAbout,
},
{
command: "清掉",
run: cleanTTY,
},
{
command: "幫助",
run: displayHelp,
},
];
</script>