Fetch the repository succeeded.
const { path } = require('@vuepress/utils');
// 兼容 GitHub Pages 和 vercel 部署
const base = process.env.BUILD_ENV ? process.env.BUILD_ENV : '/';
module.exports = {
base: base,
dest: path.resolve(__dirname, './dist'),
lang: 'zh-CN',
title: 'vue3-tinymce',
description: 'vue3-tinymce 是基于 vue@3.x + tinymce@5.8.x 封装的富文本编辑器',
head: [
['link', { rel: 'icon', href: base + 'images/v_tiny_logo.png' }],
[
'meta',
{
name: 'keywords',
content: 'vue3-tinymce,tinymce,jsdawn,富文本编辑器,青山依旧'
}
]
],
themeConfig: {
logo: '/images/v_tiny_logo.png',
repo: 'https://gitee.com/jsdawn/vue3-tinymce.git',
editLink: false,
navbar: [
{ text: '指南', link: '/' },
{ text: '使用示例', link: '/example' },
{ text: '青山依旧', link: 'http://www.qscoding.com/' }
],
lastUpdated: true,
contributors: false
}
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。