gant-core 0.1.21 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # 甘棠 - 架构工具
2
+
3
+ 甘棠是一个基于现代开发工具构建的架构工具,旨在提供高效且灵活的开发体验。它采用了以下技术栈:
4
+
5
+ - **Webpack 5**: 当前最流行的模块打包工具,支持高度可配置性和广泛的插件。
6
+ - **SWC**: 一种快速的 TypeScript 和 JavaScript 转译器,用于快速编译代码。
7
+ - **TypeScript**: JavaScript 的超集,提供静态类型检查,提高代码质量。
8
+ - **Chokidar**: 高效的文件系统监视器,支持实时重载开发。
9
+
10
+ 支持以下开发框架:
11
+
12
+ - **React**
13
+ - **Vue**
14
+
package/lib/cli/index.js CHANGED
@@ -5982,6 +5982,11 @@ const defaultConfig = {
5982
5982
  delegate: true,
5983
5983
  userCardTypes: {},
5984
5984
  },
5985
+ fileConfig: {
5986
+ uploadFileSize: 20,
5987
+ tusFileSize: 100,
5988
+ tusClient: true,
5989
+ },
5985
5990
  },
5986
5991
  WATER_MARK_CONFIG: {
5987
5992
  fontSize: 18,