|
|
@@ -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> |