From 1c7232062ecc8bbd7a57fc9315a88350614343e5 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Mon, 21 Apr 2025 18:50:56 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20config.mts=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 3574dfe..69eb15a 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -13,6 +13,9 @@ export default defineConfig({ lastUpdated: true, cleanUrls: true, head: [ + // 增加构建信息 + ['meta', { name: 'build-time', content: buildTime }], + ['meta', { name: 'version', content: packageJson.version }], [ 'meta', { @@ -83,9 +86,6 @@ export default defineConfig({ content: '最好用的 uniapp 开发模板', }, ], - // 增加构建信息 - ['meta', { name: 'build-time', content: buildTime }], - ['meta', { name: 'version', content: packageJson.version }], // 下面是百度统计代码 ['script', { async: '', src: 'https://hm.baidu.com/hm.js?081c2ec121383d9e7d5a35c5833ab6ff' }], // 下面是不蒜子统计代码