diff --git a/deploy.sh b/deploy.sh index d41a2ba512e21a7565bfc2e6f85035948fa0b6b5..697955e99ea005d9677a8a4f4fdf166b1cac1b9c 100644 --- a/deploy.sh +++ b/deploy.sh @@ -19,6 +19,7 @@ git commit -m 'feat: Bruceblog deploy' # git push -f git@github.com:/.git master:gh-pages git push -f git@github.com:BruceCQM/bruceblogpages.git master:bruceblog_pages git push -f git@gitee.com:brucecai55520/bruceblogpages.git master:bruceblog_pages +# git push -f https://gitee.com/brucecai55520/bruceblog.git master:bruceblog_pages # 返回一开始的路径 cd - diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index fd11b68e8b5eff258f56b44186d2d758232d796f..8d396379431ffbe362f0e580b096adaecb9adcd5 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -99,7 +99,7 @@ export default { // 设置底部的版权声明,只有左边侧边栏不存在才会展示 footer: { message: 'If there is any reprint or CV, please mark the original address of this website', - copyright: 'Copyright © 2019-present BruceBlog' + copyright: 'Copyright © 2023-present BruceBlog' }, // 设置编辑页面链接 editLink: { diff --git a/docs/.vitepress/nav.js b/docs/.vitepress/nav.js index e024c6394d16d1787e8a05b4dbdde84f2db65afd..33950c603a51a5a75f17f471c9760620dc5d8b04 100644 --- a/docs/.vitepress/nav.js +++ b/docs/.vitepress/nav.js @@ -1,6 +1,6 @@ export default [ { - text: '周录记', + text: '随笔杂谈', link: '/magazine/weekly2023' }, { @@ -11,26 +11,17 @@ export default [ text: '前端学习', items: [ { - text: '基础', + text: '扎马步', items: [ { text: 'HTML / CSS', link: '/fe/css/css' }, { text: 'JavaScript', link: '/fe/js/what_is_js' }, - ] - }, - { - text: '框架', - items: [ { text: 'Vue', link: '/fe/vue/vue_core_basis' }, { text: 'React', link: '/fe/react/react_basis' }, - ] - }, - { - text: '玩意儿', - items: [ { text: 'Nodejs', link: '/fe/nodejs/node_basis' }, { text: 'Git', link: '/fe/git/git' }, { text: 'Webpack', link: '/fe/webpack/webpack_basis' }, { text: 'Vscode', link: '/fe/ide/vscode' }, + { text: '前端编程题', link: '/fe/js/coding_problem' }, ] }, { @@ -56,11 +47,13 @@ export default [ text: '高效搬砖', items: [ { text: 'Antd 虐我千百遍', link: '/work/antd' }, + { text: '富文本编辑器', link: '/work/editor' }, { text: '第三方工具', link: '/work/tools' }, { - text: '地图开发', + text: '微信小程序', items: [ - { text: '微信小程序地图开发', link: '/work/maps/wx_map' }, + { text: '小程序开发之坑', link: '/work/wx/wx_points' }, + { text: '微信小程序地图开发', link: '/work/wx/wx_map' }, ] }, ] diff --git a/docs/.vitepress/theme/components/Copyright.vue b/docs/.vitepress/theme/components/Copyright.vue index 88e26417f9bf643ab164a2978789fe2c1eb429cb..99430b626f7e162265147674e540b76448661728 100644 --- a/docs/.vitepress/theme/components/Copyright.vue +++ b/docs/.vitepress/theme/components/Copyright.vue @@ -1,7 +1,6 @@ -