-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
优化: 开发文档
- Loading branch information
Showing
61 changed files
with
6,606 additions
and
1,055 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
node_modules | ||
stats.json | ||
*.js.ignore | ||
|
||
temp |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "auto-task-v4", | ||
"version": "4.4.18", | ||
"version": "4.5.0", | ||
"change": [ | ||
"修复:更新Steam社区凭证时重定向到profiles页面后无法正常运行(#26)" | ||
"修复: 浏览器弹窗拦截导致登录凭证无法更新(#34)", | ||
"优化: 开发文档" | ||
], | ||
"description": "赠Key站自动任务脚本", | ||
"engines": { | ||
"node": ">=18.0.0 & <=23.2.0" | ||
}, | ||
"main": "package.json", | ||
"scripts": { | ||
"test": "eslint", | ||
|
@@ -13,7 +17,8 @@ | |
"dev": "webpack --config webpack.dev.config.js", | ||
"analyze": "webpack-bundle-analyzer ./dist/stats.json", | ||
"build": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --config webpack.config.js && webpack --config webpack.compatibility.config.js && webpack --config webpack.giveawaysu.config.js && node build-all-static.js && node copy.js && node doc-sync.js && node release.js", | ||
"buildv16": "webpack --config webpack.config.js && webpack --config webpack.compatibility.config.js && webpack --config webpack.giveawaysu.config.js && node build-all-static.js && node copy.js && node doc-sync.js && node release.js" | ||
"buildv16": "webpack --config webpack.config.js && webpack --config webpack.compatibility.config.js && webpack --config webpack.giveawaysu.config.js && node build-all-static.js && node copy.js && node doc-sync.js && node release.js", | ||
"jsdoc": "jsdoc temp/scripts/social/Steam.js -r -c .jsdoc.json -d doc/docs/jsdoc" | ||
}, | ||
"author": "HCLonely <[email protected]>", | ||
"license": "MIT", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.