Skip to content

Commit

Permalink
feat: 修改 基础配置更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Apr 24, 2022
1 parent 837e05d commit c721ab1
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 39 deletions.
26 changes: 13 additions & 13 deletions docs/.vuepress/.temp/internal/themeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ export const themeData = {
"text": "UI相关",
"link": "/ui_framework"
},
{
"text": "常用工具",
"children": [
{
"text": "包管理器",
"link": "/front_end/server_deploy/static_nginx"
},
{
"text": "服务端渲染",
"link": "/front_end/server_deploy/front_end_server"
}
]
},
{
"text": "常见部署",
"children": [
Expand Down Expand Up @@ -165,6 +152,19 @@ export const themeData = {
}
]
},
{
"text": "开发工具",
"children": [
{
"text": "包管理器",
"link": "/front_end/server_deploy/static_nginx"
},
{
"text": "服务端渲染",
"link": "/front_end/server_deploy/front_end_server"
}
]
},
{
"text": "Solo算法",
"children": [
Expand Down
24 changes: 12 additions & 12 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: 【B站&公众号】Rong姐姐好可爱
* @Date: 2021-01-19 08:04:19
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
* @LastEditTime: 2022-04-24 09:12:19
* @LastEditTime: 2022-04-24 09:22:25
*/
const { path } = require('@vuepress/utils')
module.exports = {
Expand Down Expand Up @@ -94,19 +94,19 @@ module.exports = {
// }],
// other plugins
// [
// // 本地全文搜索
// '@vuepress/plugin-search',
// {
// locales: {
// '/': {
// placeholder: '搜索',
// },
// '/zh/': {
// placeholder: '搜索',
// },
// // 本地全文搜索
// '@vuepress/plugin-search',
// {
// locales: {
// '/': {
// placeholder: '搜索',
// },
// '/zh/': {
// placeholder: '搜索',
// },
// maxSuggestions: 10 // 显示最大搜索
// },
// maxSuggestions: 10 // 显示最大搜索
// },
// ],
]
};
34 changes: 23 additions & 11 deletions docs/.vuepress/config/navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: 【B站&公众号】Rong姐姐好可爱
* @Date: 2022-04-09 23:17:29
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
* @LastEditTime: 2022-04-22 09:28:06
* @LastEditTime: 2022-04-24 09:23:17
*/
module.exports = [
{
Expand Down Expand Up @@ -61,16 +61,18 @@ module.exports = [
// text: 'Ant-design-vue',
// link: '/css'
// }]
}, {
text: '常用工具',
children: [{
text: '包管理器',
link: '/front_end/server_deploy/static_nginx'
}, {
text: '服务端渲染',
link: '/front_end/server_deploy/front_end_server'
}]
}, {
},
// {
// text: '常用工具',
// children: [{
// text: '包管理器',
// link: '/front_end/server_deploy/static_nginx'
// }, {
// text: '服务端渲染',
// link: '/front_end/server_deploy/front_end_server'
// }]
// },
{
text: '常见部署',
children: [{
text: '前端分离【nginx】',
Expand Down Expand Up @@ -158,6 +160,16 @@ module.exports = [
}
]
},
{
text: "开发工具",
children: [{
text: '包管理器',
link: '/front_end/server_deploy/static_nginx'
}, {
text: '服务端渲染',
link: '/front_end/server_deploy/front_end_server'
}]
},
{
text: "Solo算法",
children: [{
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: 【B站&公众号】Rong姐姐好可爱
* @Date: 2022-04-24 08:37:48
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
* @LastEditTime: 2022-04-24 08:47:23
* @LastEditTime: 2022-04-24 09:21:08
-->
<script setup>
import ParentLayout from '@vuepress/theme-default/lib/client/layouts/Layout.vue'
Expand All @@ -17,10 +17,10 @@ import ParentLayout from '@vuepress/theme-default/lib/client/layouts/Layout.vue'

</template>

<template #navbar-before>
<!-- <template #navbar-before>
<div class="my-footer">搜索框</div>
</template>
</template> -->

<template #sidebar-top>
<div class="sidebar-top">广告区域</div>
Expand Down

0 comments on commit c721ab1

Please sign in to comment.