Skip to content

Commit

Permalink
修复: 浏览器弹窗拦截导致登录凭证无法更新(#34);
Browse files Browse the repository at this point in the history
优化: 开发文档
  • Loading branch information
HCLonely committed Nov 14, 2024
1 parent 9739ae9 commit b17382e
Show file tree
Hide file tree
Showing 61 changed files with 6,606 additions and 1,055 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: false
tag_name: v4.4.18
name: 4.4.18
body: '- 修复:更新Steam社区凭证时重定向到profiles页面后无法正常运行(#26)'
tag_name: v4.5.0
name: 4.5.0
body: |-
- 修复: 浏览器弹窗拦截导致登录凭证无法更新(#34)
- 优化: 开发文档
files: |-
dist/auto-task-v4-for-giveawaysu.user.js
dist/auto-task-v4.compatibility.user.js
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
node_modules
stats.json
*.js.ignore

temp
8 changes: 4 additions & 4 deletions dist/auto-task-v4-for-giveawaysu.all.user.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/auto-task-v4-for-giveawaysu.user.js

Large diffs are not rendered by default.

216 changes: 145 additions & 71 deletions dist/auto-task-v4.all.user.js

Large diffs are not rendered by default.

42 changes: 31 additions & 11 deletions dist/auto-task-v4.compatibility.all.user.js

Large diffs are not rendered by default.

42 changes: 31 additions & 11 deletions dist/auto-task-v4.compatibility.user.js

Large diffs are not rendered by default.

216 changes: 145 additions & 71 deletions dist/auto-task-v4.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/docs/.vuepress/public/report.html

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions doc/docs/logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ title: 更新日志
lang: zh-CN
---

## V4.5

### V4.5.0

[Release](https://github.com/HCLonely/auto-task-v4/releases/tag/v4.5.0)

- 修复: 浏览器弹窗拦截导致登录凭证无法更新([#34](https://github.com/HCLonely/auto-task-v4/issues/34))
- 优化: 开发文档

## V4.4

### V4.4.18
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions page/dist/auto-task-v4-for-giveawaysu.all.user.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions page/dist/auto-task-v4-for-giveawaysu.user.js

Large diffs are not rendered by default.

Loading

0 comments on commit b17382e

Please sign in to comment.