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", "license": "MIT",
"devDependencies": { "devDependencies": {
"vuepress": "^1.5.3" "vuepress": "^1.9.10"
}, },
"dependencies": { "dependencies": {
"vue-template-compiler": "^2.7.15" "vue-template-compiler": "^2.7.15"

View File

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

2813
yarn.lock

File diff suppressed because it is too large Load Diff