Skip to content

Commit

Permalink
feat: ⬆️ 更新库
Browse files Browse the repository at this point in the history
@whitesev/utils 1.3.3
@whitesev/domutils 1.1.1
  • Loading branch information
WhiteSevs committed Jun 3, 2024
1 parent 2545dae commit 199efff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/小红书优化/SCRIPT_VERSION.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"time": 1717172129954,
"version": "2024.6.1"
"time": 1717382455291,
"version": "2024.6.3"
}
6 changes: 3 additions & 3 deletions packages/小红书优化/dist/小红书优化.min.user.js

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

6 changes: 3 additions & 3 deletions packages/小红书优化/dist/小红书优化.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 小红书优化
// @namespace https://github.com/WhiteSevs/TamperMonkeyScript
// @version 2024.6.1
// @version 2024.6.3
// @author WhiteSevs
// @description 屏蔽登录弹窗、屏蔽广告、优化评论浏览、优化图片浏览、允许复制、禁止唤醒App、禁止唤醒弹窗、修复正确跳转等
// @license GPL-3.0-only
Expand All @@ -12,8 +12,8 @@
// @require https://update.greasyfork.org/scripts/449471/1360565/Viewer.js
// @require https://update.greasyfork.org/scripts/456485/1384984/pops.js
// @require https://cdn.jsdelivr.net/npm/qmsg@1.1.0/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/utils@1.3.0/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/domutils@1.1.0/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/utils@1.3.3/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/domutils@1.1.1/dist/index.umd.js
// @connect edith.xiaohongshu.com
// @grant GM_addStyle
// @grant GM_deleteValue
Expand Down
6 changes: 3 additions & 3 deletions packages/小红书优化/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@whitesev/domutils": "^1.1.0",
"@whitesev/utils": "^1.3.0",
"@whitesev/domutils": "^1.1.1",
"@whitesev/utils": "^1.3.3",
"qmsg": "^1.1.0",
"viewerjs": "^1.11.6",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@types/node": "^20.12.13",
"@types/node": "^20.14.0",
"@vitejs/plugin-vue": "^5.0.5",
"element-plus": "^2.7.4",
"typescript": "^5.4.5",
Expand Down

0 comments on commit 199efff

Please sign in to comment.