create-wenuts-cli 2.3.1 → 2.3.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -117,7 +117,7 @@ async function run() {
|
|
|
117
117
|
message: "请选择模版:",
|
|
118
118
|
choices: [
|
|
119
119
|
{
|
|
120
|
-
name: "默认模版(Nextjs
|
|
120
|
+
name: "默认模版(Nextjs 16, TailwindCSS 4, TypeScript, next-auth, next-intl, mantine, Automated svg)",
|
|
121
121
|
value: "default",
|
|
122
122
|
},
|
|
123
123
|
],
|