Skip to content

Commit

Permalink
fix:修改create-kktp 创建仓库默认模板
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Feb 12, 2023
1 parent 5555952 commit bf3849e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-kktp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Options:
--version, -v Show version number
--help, -h Displays help information.
--output, -o Output directory.
--example, -e Example from: http://kktjs.github.io/kkt-pro/, default: "basic"
--example, -e Example from: http://kktjs.github.io/kkt-pro/, default: "auto-routes"
--path, -p Specify the download target git address.
default: "http://kktjs.github.io/kkt-pro/"

Expand Down
2 changes: 1 addition & 1 deletion packages/create-kktp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function run(): Promise<void> {
path: 'https://kktjs.github.io/kkt-pro/zip/',
output: '.',
force: false,
example: 'basic',
example: 'auto-routes',
},
});
if (argvs.h || argvs.help) {
Expand Down

0 comments on commit bf3849e

Please sign in to comment.