doc: config.mts优化
This commit is contained in:
parent
d631f7d100
commit
1c7232062e
@ -13,6 +13,9 @@ export default defineConfig({
|
|||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
head: [
|
head: [
|
||||||
|
// 增加构建信息
|
||||||
|
['meta', { name: 'build-time', content: buildTime }],
|
||||||
|
['meta', { name: 'version', content: packageJson.version }],
|
||||||
[
|
[
|
||||||
'meta',
|
'meta',
|
||||||
{
|
{
|
||||||
@ -83,9 +86,6 @@ export default defineConfig({
|
|||||||
content: '最好用的 uniapp 开发模板',
|
content: '最好用的 uniapp 开发模板',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 增加构建信息
|
|
||||||
['meta', { name: 'build-time', content: buildTime }],
|
|
||||||
['meta', { name: 'version', content: packageJson.version }],
|
|
||||||
// 下面是百度统计代码
|
// 下面是百度统计代码
|
||||||
['script', { async: '', src: 'https://hm.baidu.com/hm.js?081c2ec121383d9e7d5a35c5833ab6ff' }],
|
['script', { async: '', src: 'https://hm.baidu.com/hm.js?081c2ec121383d9e7d5a35c5833ab6ff' }],
|
||||||
// 下面是不蒜子统计代码
|
// 下面是不蒜子统计代码
|
||||||
|
Loading…
x
Reference in New Issue
Block a user