feat: version + base 优化
This commit is contained in:
parent
b2bf1efef3
commit
af45c69784
@ -7,8 +7,7 @@ const buildTime = dayjs().format('yyyy-MM-dd HH:mm:ss')
|
|||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
base: '/unibest-docs/',
|
base: '/',
|
||||||
// base: '/',
|
|
||||||
title: 'unibest',
|
title: 'unibest',
|
||||||
description: '最好用的 uniapp 开发模板',
|
description: '最好用的 uniapp 开发模板',
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// TODO: 从远程地址获取版本号
|
import { version } from '../../../../package.json'
|
||||||
const version = '2.5.0'
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user