mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Rttys</title>
|
||||
<title>RTTY</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -6,6 +6,13 @@
|
||||
|
||||
<script setup>
|
||||
import { locale } from './element-plus'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { onMounted } from 'vue'
|
||||
|
||||
onMounted(() => {
|
||||
const i18n = useI18n()
|
||||
document.title = i18n.t('app.title')
|
||||
})
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "RTTY - Remote Terminal Access"
|
||||
},
|
||||
"Authorization Required": "Authorization Required",
|
||||
"Username": "Username",
|
||||
"Enter username...": "Enter username...",
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "RTTY - 远程终端访问工具"
|
||||
},
|
||||
"Authorization Required": "需要授权",
|
||||
"Username": "用户名",
|
||||
"Enter username...": "请输入用户名...",
|
||||
|
||||
Reference in New Issue
Block a user