HolyKnightIX há 1 ano
ascendente
cometimento
5069ae8cfe
4 ficheiros alterados com 19 adições e 16 eliminações
  1. +7
    -6
      src/lang/package/en.ts
  2. +7
    -6
      src/lang/package/zh-cn.ts
  3. +1
    -0
      src/views/login/index.vue
  4. +4
    -4
      src/views/myAPI/index.vue

+ 7
- 6
src/lang/package/en.ts Ver ficheiro

@@ -5,12 +5,12 @@ export default {
document: "Document",
},
// 公用
public:{
cancel:'Cancel',
confirm:'Confirm',
username:'Username',
avatar:'Avatar',
close:"Close",
public: {
cancel: "Cancel",
confirm: "Confirm",
username: "Username",
avatar: "Avatar",
close: "Close",
},
// 登录页面国际化
login: {
@@ -200,6 +200,7 @@ export default {

API: {
title: "API Access",
comingSoon: "Coming Soon",
},

signSucceed: {


+ 7
- 6
src/lang/package/zh-cn.ts Ver ficheiro

@@ -5,12 +5,12 @@ export default {
document: "项目文档",
},
// 公用
public:{
cancel:'取消',
confirm:'确定',
username:'用户名',
avatar:'头像',
close:"关闭",
public: {
cancel: "取消",
confirm: "确定",
username: "用户名",
avatar: "头像",
close: "关闭",
},
// 登录页面国际化
login: {
@@ -200,6 +200,7 @@ export default {

API: {
title: "API 接口",
comingSoon: "敬请期待",
},

signSucceed: {


+ 1
- 0
src/views/login/index.vue Ver ficheiro

@@ -1557,6 +1557,7 @@ onMounted(() => {
&:hover {
transform: scale(1.02);
}
cursor: pointer;
}

.bottomBtnCN {


+ 4
- 4
src/views/myAPI/index.vue Ver ficheiro

@@ -1,9 +1,6 @@
<template>
<div class="page">
<h1>使用DOKUWIKI部署,免费,开源,无需数据库即可维护wiki内容</h1>
<a href="https://www.dokuwiki.org/dokuwiki" target="_blank"
><h2>https://www.dokuwiki.org/dokuwiki</h2></a
>
<div class="title">{{ $t("API.comingSoon") }}</div>
</div>
</template>
<script setup>
@@ -18,5 +15,8 @@
background-color: #fff;
min-height: calc(100vh - 80px);
text-align: center;
.title {
font-size: 50px;
}
}
</style>

Carregando…
Cancelar
Guardar