Skip to content

Commit

Permalink
fix: blackout behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Dec 27, 2024
1 parent 2c6a37c commit 203f5a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@list-kr/namulink",
"version": "5.1.8",
"version": "5.1.9",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/namulink@latest/dist/NamuLink.user.js
// @license MIT
//
// @version 5.1.8
// @version 5.1.9
// @author PiQuark6046 and contributors
//
// @match https://namu.wiki/*
Expand Down
2 changes: 1 addition & 1 deletion sources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Win.Proxy = new Proxy(Win.Proxy, {
}
if (TensorResult.every((Result) => Result >= 3)) {
HideLeftover()
return
return {}
}
//

Expand Down

0 comments on commit 203f5a3

Please sign in to comment.