邃芒慧影、口播(PC) https://neuver.metavatar.cc/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
524 B

  1. <template>
  2. <div class="page">
  3. <h1>使用DOKUWIKI部署,免费,开源,无需数据库即可维护wiki内容</h1>
  4. <a href="https://www.dokuwiki.org/dokuwiki" target="_blank"
  5. ><h2>https://www.dokuwiki.org/dokuwiki</h2></a
  6. >
  7. </div>
  8. </template>
  9. <script setup>
  10. // import { ref } from 'vue'
  11. </script>
  12. <style lang="scss" scoped>
  13. .page {
  14. padding: 30px;
  15. width: 100%;
  16. overflow: hidden;
  17. overflow-y: scroll;
  18. background-color: #fff;
  19. min-height: calc(100vh - 80px);
  20. text-align: center;
  21. }
  22. </style>