Skip to content

Commit

Permalink
feat: new update
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jun 21, 2021
1 parent 99ea1d6 commit a8ec3f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const TMP_DIR = '/tmp/idea-crack';
// http://ajihuo.com/a/jihuoma.zip
// http://idea.medeming.com/a/jihuoma.zip
// http://idea.medeming.com/jets/images/jihuoma.zip
const ZIP_DIR = `http://idea.medeming.com/a/jihuoma.zip?ts=${Date.now()}`;
// http://idea.medeming.com/a/jihuoma1.zip
const ZIP_DIR = `http://idea.medeming.com/a/jihuoma1.zip?ts=${Date.now()}`;

program.version(version);
program.parse(process.argv);
Expand All @@ -37,7 +38,7 @@ nx.declare({
[
`cd ${TMP_DIR}/`,
'7z e active-code.zip',
"cat '(通用激活码)2018.2之后的版本用这个.txt' | pbcopy"
"cat '2018.2之后的版本用这个.txt' | pbcopy"
].join('&&')
);
console.log(chalk.green('😎 Copyed!'));
Expand Down

0 comments on commit a8ec3f3

Please sign in to comment.