This commit is contained in:
锦恢 2023-12-12 22:41:49 +08:00
parent 534494f8c7
commit 0c9aa583d5
3 changed files with 1413 additions and 1423 deletions

View File

@ -14,7 +14,7 @@
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
"vuepress": "^1.9.10"
},
"dependencies": {
"vue-template-compiler": "^2.7.15"

View File

@ -1,20 +1,9 @@
const { description } = require('../../package')
module.exports = {
/**
* Refhttps://v1.vuepress.vuejs.org/config/#title
*/
base: 'doc',
title: 'Digital-IDE',
/**
* Refhttps://v1.vuepress.vuejs.org/config/#description
*/
description: description,
/**
* Extra tags to be injected to the page HTML `<head>`
*
* refhttps://v1.vuepress.vuejs.org/config/#head
*/
head: [
['meta', { name: 'theme-color', content: '#cb81da' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
@ -22,8 +11,6 @@ module.exports = {
],
locales: {
// The key is the path for the locale to be nested under.
// As a special case, the default locale can use '/' as its path.
'/': {
lang: 'English', // this will be set as the lang attribute on <html>
},
@ -31,12 +18,6 @@ module.exports = {
lang: '简体中文',
}
},
/**
* Theme configuration, here is the default theme configuration for VuePress.
*
* refhttps://v1.vuepress.vuejs.org/theme/default-theme-config.html
*/
themeConfig: {
repo: '',
editLinks: false,

2813
yarn.lock

File diff suppressed because it is too large Load Diff