@opentapd/tplugin-cli 0.37.1-alpha.0 → 0.38.0

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/lib/resources.js +8 -5
  2. package/package.json +2 -2
package/lib/resources.js CHANGED
@@ -56,13 +56,16 @@ async function getEntranceTmpl() {
56
56
  type: 'list',
57
57
  name: 'frame',
58
58
  message: '请选择前端框架:',
59
- choices: [{
59
+ choices: [
60
+ {
60
61
  name: 'vue',
61
62
  value: 'ui-nodejs-vue',
62
- }, {
63
- name: 'react',
64
- value: 'ui-nodejs-react',
65
- }],
63
+ }
64
+ // {
65
+ // name: 'react',
66
+ // value: 'ui-nodejs-react',
67
+ // }
68
+ ],
66
69
  }]);
67
70
 
68
71
  spinner.start('加载应用模板...');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentapd/tplugin-cli",
3
- "version": "0.37.1-alpha.0",
3
+ "version": "0.38.0",
4
4
  "description": "tplugin-cli",
5
5
  "bin": {
6
6
  "tplugin-cli": "index.js"
@@ -78,5 +78,5 @@
78
78
  "node": ">=14.13.0"
79
79
  },
80
80
  "main": "index.js",
81
- "gitHead": "1b41990545ee7e2782c5b524b9d16a9c7526f5bd"
81
+ "gitHead": "04301df94bcd1e7790d3a298d7202751e367ab95"
82
82
  }