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 a48717d commit 7faa6a4Copy full SHA for 7faa6a4
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