cmyr-template-cli 1.45.1 → 1.45.2

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.
Files changed (2) hide show
  1. package/dist/plopfile.js +1 -1
  2. package/package.json +1 -1
package/dist/plopfile.js CHANGED
@@ -2676,7 +2676,7 @@ module.exports = function(plop) {
2676
2676
  type: "confirm",
2677
2677
  name: "isAIAssisted",
2678
2678
  message: "是否启用 AI 引导模式?(通过 AI 帮助生成项目信息)",
2679
- default: false
2679
+ default: true
2680
2680
  },
2681
2681
  {
2682
2682
  type: "input",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.45.1",
3
+ "version": "1.45.2",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",