feat: vuepress title

This commit is contained in:
tackchen 2021-12-17 12:10:52 +08:00
parent ea01acc55a
commit f22b0f276c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
const {version} = require('../../package.json');
module.exports = {
title: 'cnchar', // 标题
title: `cnchar (v${version})`, // 标题
description: '功能全面、多端支持的汉字拼音笔画js库', // 描述
dest: './docs/', // 基本url
// base: '/cnchar/',