diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index ad58182b..195beacb 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.4](https://github.com/fast-crud/fast-crud/compare/v1.25.3...v1.25.4) (2025-03-04) + +### Performance Improvements + +* 精简lodash ([21f59e8](https://github.com/fast-crud/fast-crud/commit/21f59e80db56cf0968b2739b9bc7ff1e8b7be4e4)) +* antdv 异步加载,加快首页打开速度 ([4eb4283](https://github.com/fast-crud/fast-crud/commit/4eb4283ad66e856814962ca2bde416dddbac0868)) + ## [1.25.3](https://github.com/fast-crud/fast-crud/compare/v1.25.2...v1.25.3) (2025-02-23) **Note:** Version bump only for package @fast-crud/fs-admin-antdv4 diff --git a/packages/ui/certd-client/README.md b/packages/ui/certd-client/README.md index b360e070..3a091976 100644 --- a/packages/ui/certd-client/README.md +++ b/packages/ui/certd-client/README.md @@ -13,6 +13,11 @@ https://github.com/fast-crud/fs-server-js * [fs-admin-naive](https://github.com/fast-crud/fs-admin-naive-ui) naive版示例 * [fs-in-vben-starter](https://github.com/fast-crud/fs-in-vben-starter) vben示例 +# build + +```sh +set NODE_OPTIONS=--max-old-space-size=32768 && npm run build +``` # 感谢 ### 依赖 diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index e6b5aef2..8924129c 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv4", - "version": "1.25.3", + "version": "1.25.4", "private": true, "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "debug": "vite --mode debug --open", "debug:pm": "vite --mode debugpm", "debug:force": "vite --force --mode debug", - "build": " vite build ", + "build": "vite build ", "serve": "vite preview", "preview": "vite preview", "pretty-quick": "pretty-quick", @@ -26,11 +26,11 @@ "@ant-design/icons-vue": "^7.0.1", "@aws-sdk/client-s3": "^3.535.0", "@aws-sdk/s3-request-presigner": "^3.535.0", - "@fast-crud/fast-crud": "^1.25.3", - "@fast-crud/fast-extends": "^1.25.3", - "@fast-crud/ui-antdv4": "^1.25.3", - "@fast-crud/ui-interface": "^1.25.3", "@ctrl/tinycolor": "^4.1.0", + "@fast-crud/fast-crud": "^1.25.4", + "@fast-crud/fast-extends": "^1.25.4", + "@fast-crud/ui-antdv4": "^1.25.4", + "@fast-crud/ui-interface": "^1.25.4", "@iconify/tailwind": "^1.2.0", "@iconify/vue": "^4.1.1", "@manypkg/get-packages": "^2.2.2", diff --git a/packages/ui/certd-client/src/App.vue b/packages/ui/certd-client/src/App.vue index f0425d5d..6adfcfaa 100644 --- a/packages/ui/certd-client/src/App.vue +++ b/packages/ui/certd-client/src/App.vue @@ -1,9 +1,9 @@