Skip to content

Commit

Permalink
修复:opquests任务无法验证(#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCLonely committed Jun 15, 2024
1 parent 3c2ee66 commit 3269600
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: false
tag_name: v4.4.3
name: 4.4.3
tag_name: v4.4.4
name: 4.4.4
body: '- 修复:opquests任务无法验证(#17)'
files: |-
dist/auto-task-v4-for-giveawaysu.user.js
Expand Down
2 changes: 1 addition & 1 deletion dist/auto-task-v4-for-giveawaysu.all.user.js

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

2 changes: 1 addition & 1 deletion dist/auto-task-v4-for-giveawaysu.user.js

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

8 changes: 1 addition & 7 deletions dist/auto-task-v4.all.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name auto-task-v4
// @namespace auto-task-v4
// @version 4.4.3
// @version 4.4.4
// @description 自动完成 Freeanywhere,Giveawaysu,GiveeClub,Givekey,Gleam,Indiedb,keyhub,OpiumPulses,Opquests,SweepWidget 等网站的任务。
// @description:en Automatically complete the tasks of FreeAnyWhere, GiveawaySu, GiveeClub, Givekey, Gleam, Indiedb, keyhub, OpiumPulses, Opquests, SweepWidget websites.
// @author HCLonely
Expand Down Expand Up @@ -9184,12 +9184,6 @@ console.log('%c%s', 'color:blue', 'Auto-Task[Load]: 脚本开始加载');
} else {
if (GM_getValue('opquestsVerifyTasks')) {
GM_deleteValue('opquestsVerifyTasks');
scripts_echoLog({}).success(i18n('allTasksComplete'));
if (await this.getKey()) {
return;
}
window.location.reload();
return;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/auto-task-v4.compatibility.all.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/auto-task-v4.compatibility.user.js

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions dist/auto-task-v4.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name auto-task-v4
// @namespace auto-task-v4
// @version 4.4.3
// @version 4.4.4
// @description 自动完成 Freeanywhere,Giveawaysu,GiveeClub,Givekey,Gleam,Indiedb,keyhub,OpiumPulses,Opquests,SweepWidget 等网站的任务。
// @description:en Automatically complete the tasks of FreeAnyWhere, GiveawaySu, GiveeClub, Givekey, Gleam, Indiedb, keyhub, OpiumPulses, Opquests, SweepWidget websites.
// @author HCLonely
Expand Down Expand Up @@ -9165,12 +9165,6 @@ console.log('%c%s', 'color:blue', 'Auto-Task[Load]: 脚本开始加载');
} else {
if (GM_getValue('opquestsVerifyTasks')) {
GM_deleteValue('opquestsVerifyTasks');
scripts_echoLog({}).success(i18n('allTasksComplete'));
if (await this.getKey()) {
return;
}
window.location.reload();
return;
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions doc/docs/logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ lang: zh-CN

## V4.4

### V4.4.4

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

- 修复:opquests任务无法验证([#17](https://github.com/HCLonely/auto-task-v4/issues/17))

### V4.4.3

[Release](https://github.com/HCLonely/auto-task-v4/releases/tag/v4.4.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-task-v4",
"version": "4.4.3",
"version": "4.4.4",
"change": [
"修复:opquests任务无法验证(#17)"
],
Expand Down
2 changes: 1 addition & 1 deletion page/dist/auto-task-v4-for-giveawaysu.all.user.js

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

2 changes: 1 addition & 1 deletion page/dist/auto-task-v4-for-giveawaysu.user.js

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

8 changes: 1 addition & 7 deletions page/dist/auto-task-v4.all.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name auto-task-v4
// @namespace auto-task-v4
// @version 4.4.3
// @version 4.4.4
// @description 自动完成 Freeanywhere,Giveawaysu,GiveeClub,Givekey,Gleam,Indiedb,keyhub,OpiumPulses,Opquests,SweepWidget 等网站的任务。
// @description:en Automatically complete the tasks of FreeAnyWhere, GiveawaySu, GiveeClub, Givekey, Gleam, Indiedb, keyhub, OpiumPulses, Opquests, SweepWidget websites.
// @author HCLonely
Expand Down Expand Up @@ -9184,12 +9184,6 @@ console.log('%c%s', 'color:blue', 'Auto-Task[Load]: 脚本开始加载');
} else {
if (GM_getValue('opquestsVerifyTasks')) {
GM_deleteValue('opquestsVerifyTasks');
scripts_echoLog({}).success(i18n('allTasksComplete'));
if (await this.getKey()) {
return;
}
window.location.reload();
return;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions page/dist/auto-task-v4.compatibility.all.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions page/dist/auto-task-v4.compatibility.user.js

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions page/dist/auto-task-v4.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name auto-task-v4
// @namespace auto-task-v4
// @version 4.4.3
// @version 4.4.4
// @description 自动完成 Freeanywhere,Giveawaysu,GiveeClub,Givekey,Gleam,Indiedb,keyhub,OpiumPulses,Opquests,SweepWidget 等网站的任务。
// @description:en Automatically complete the tasks of FreeAnyWhere, GiveawaySu, GiveeClub, Givekey, Gleam, Indiedb, keyhub, OpiumPulses, Opquests, SweepWidget websites.
// @author HCLonely
Expand Down Expand Up @@ -9165,12 +9165,6 @@ console.log('%c%s', 'color:blue', 'Auto-Task[Load]: 脚本开始加载');
} else {
if (GM_getValue('opquestsVerifyTasks')) {
GM_deleteValue('opquestsVerifyTasks');
scripts_echoLog({}).success(i18n('allTasksComplete'));
if (await this.getKey()) {
return;
}
window.location.reload();
return;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-task-v4",
"version": "4.4.3",
"version": "4.4.4",
"change": [
"修复:opquests任务无法验证(#17)"
],
Expand Down
2 changes: 2 additions & 0 deletions src/scripts/website/Opquests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ class Opquests extends Website {
} else {
if (GM_getValue<Array<string>>('opquestsVerifyTasks')) {
GM_deleteValue('opquestsVerifyTasks');
/*
echoLog({}).success(__('allTasksComplete'));
if (await this.getKey()) {
return;
}
window.location.reload();
return;
*/
}
}
}
Expand Down

0 comments on commit 3269600

Please sign in to comment.