Skip to content

Commit

Permalink
feat: 升级vuepress到最新版本,改造整个项目结构、配置 (#108)
Browse files Browse the repository at this point in the history
* feat: 升级`vuepress`到最新版本,改造整个项目结构、配置

* chore: update

* chore: update

* fix: update
  • Loading branch information
公众号:Rong姐姐好可爱 authored Sep 26, 2024
1 parent 72cad09 commit 7799941
Show file tree
Hide file tree
Showing 243 changed files with 3,419 additions and 13,105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 20.16.0
# # 缓存
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# 注意:vite构建需要支持node14以上,安装node16较为稳妥

FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:18.18.0-alpine AS build_base
FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:20.17.0-alpine AS build_base
ARG CONTAINER_BUILD

## 设置环境变量,支持容器构建时使用layer缓存,参考:https://pnpm.io/zh/docker
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/components/XMindManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<script>
import { XMindEmbedViewer } from 'xmind-embed-viewer'
import mapData from '../public/mark-map/index.json'
import mapData from '../public/mind-map/index.json'

console.log(111, XMindEmbedViewer)

Expand Down
65 changes: 0 additions & 65 deletions docs/.vuepress/config/navbar.ts

This file was deleted.

16 changes: 0 additions & 16 deletions docs/.vuepress/config/sidebar.ts

This file was deleted.

74 changes: 0 additions & 74 deletions docs/.vuepress/public/mark-map/ccp-map.html

This file was deleted.

73 changes: 0 additions & 73 deletions docs/.vuepress/public/mark-map/cn-map.html

This file was deleted.

Binary file removed docs/.vuepress/public/mark-map/cn.xmind
Binary file not shown.
Binary file removed docs/.vuepress/public/mark-map/cpp.xmind
Binary file not shown.
Loading

0 comments on commit 7799941

Please sign in to comment.