We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ee1bd commit 2a2d4bfCopy full SHA for 2a2d4bf
src/create.ts
@@ -23,7 +23,7 @@ const locales = {
23
},
24
en: {
25
libRepo: "https://gitee.com/lc-soft/LCUI.git",
26
- templateRepo: "https://gitub.com/lcui-dev/lcui-quick-start.git",
+ templateRepo: "https://github.com/lcui-dev/lcui-quick-start.git",
27
message: {
28
projectExists: "The project directory already exists",
29
downloading: (url) => `Downloading project template: ${url}`,
0 commit comments