@qse/edu-scripts 2.0.4 → 2.1.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新日志
2
2
 
3
+ ## 2.1.0 (2026-03-17)
4
+
5
+ - feat: 主/子工程模式 deploy 支持 ssh-sftp 配置文件
6
+
3
7
  ## 2.0.4 (2026-03-10)
4
8
 
5
9
  - feat: 增加 @types/node 依赖
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  svn://192.168.10.168/qsedu/code/00.common/02.front-end-component/06.edu-scripts/trunk
4
4
 
5
+ v2 版本底层的打包工具从 webpack 迁移至 rspack,速度快了3-10x
6
+
5
7
  ## 运行条件
6
8
 
7
9
  nodejs 版本至少 18+
@@ -23,7 +25,9 @@ pnpm create @qse/edu-app@latest
23
25
 
24
26
  ## 安装
25
27
 
26
- <Alert>第一次使用这个框架,请看<Link to="/refactor">老项目接入流程</Link></Alert>
28
+ 如果你的项目还在使用 require.ensure,请使用 v1.15.0 版本
29
+
30
+ 第一次使用这个框架,请看[老项目接入流程](/refactor)
27
31
 
28
32
  ```shell
29
33
  npm i @qse/edu-scripts -D