@yorha2b-lab/autodev 2.1.10 → 2.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yorha2b-lab/autodev",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "基于视觉大模型的前端(react+Antd)全自动 CRUD 代码生成器",
5
5
  "bin": {
6
6
  "autodev": "bin/autodev.js"
@@ -114,7 +114,7 @@ const matrixEffect = async (duration = 1500) => {
114
114
  ]
115
115
 
116
116
  const endTime = Date.now() + duration
117
- const isLegendary = currentTotal >= 2000
117
+ const isLegendary = currentTotal >= 3000
118
118
  const width = process.stdout.columns || 80
119
119
 
120
120
  if (isLegendary) {