Unverified Commit f2780afd authored by liziwl's avatar liziwl Committed by GitHub
Browse files

Merge pull request #173 from SUSTech-CRA/fix/build-07

fix build
parents 40013023 3e27000f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -32,6 +32,12 @@ Online manual for SUSTecher.

* nodejs版本:18
* 推荐包管理器:pnpm
  * 安装依赖:pnpm install
  * 升级依赖:pnpm up
  * 快速构建:pnpm run docs:fastbuild
  * 构建:pnpm run docs:build
  * 预览:pnpm run docs:dev
  * 清理:pnpm run docs:clean

### 版本说明
* 正式线上版本(master 分支构建):https://sustech.online/
+7 −7
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
    "@vuepress/plugin-pwa": "next",
    "@vuepress/plugin-pwa-popup": "next",
    "@vuepress/plugin-register-components": "next",
    "@vuepress/plugin-sitemap": "next",
    "@vuepress/plugin-toc": "next",
    "@vuepress/theme-default": "next",
    "ant-design-vue": "^4.0.7",
    "vue-echarts": "~6.2.3",
    "vuepress": "next",
    "@vuepress/plugin-sitemap": "next"
    "ant-design-vue": "^4.2.3",
    "vue-echarts": "~6.2.4",
    "vuepress": "next"
  },
  "scripts": {
    "docs:dev": "vuepress dev docs",
@@ -27,8 +27,8 @@
    "@turf/turf": "^7.0.0",
    "axios": "^1.7.2",
    "download": "^8.0.0",
    "echarts": "^5.4.0",
    "maplibre-gl": "4.5.0",
    "vue": "3.4.31"
    "echarts": "^5.5.1",
    "maplibre-gl": "^4.5.0",
    "vue": "^3.4.32"
  }
}
+4111 −5111

File changed.

Preview size limit exceeded, changes collapsed.