mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Compeleted the language changing feat.
And updated the assets url to be /_assets/ instead of /_nuxt/
This commit is contained in:
parent
a1aecb4623
commit
c45a5ea285
5 changed files with 46 additions and 31 deletions
|
@ -103,6 +103,18 @@ const commands = [
|
|||
command: "help",
|
||||
run: displayHelp,
|
||||
},
|
||||
{
|
||||
command: "關於",
|
||||
run: printAbout,
|
||||
},
|
||||
{
|
||||
command: "清掉",
|
||||
run: cleanTTY,
|
||||
},
|
||||
{
|
||||
command: "幫助",
|
||||
run: displayHelp,
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue