feat: version + base 优化

This commit is contained in:
Burt 2024-12-06 09:59:47 +08:00
parent b2bf1efef3
commit af45c69784
2 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,7 @@ const buildTime = dayjs().format('yyyy-MM-dd HH:mm:ss')
// https://vitepress.dev/reference/site-config
export default defineConfig({
lang: 'zh-CN',
base: '/unibest-docs/',
// base: '/',
base: '/',
title: 'unibest',
description: '最好用的 uniapp 开发模板',
lastUpdated: true,

View File

@ -1,6 +1,5 @@
<script setup lang="ts">
// TODO:
const version = '2.5.0'
import { version } from '../../../../package.json'
</script>
<template>