Skip to content

Commit

Permalink
update require lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteSevs committed May 29, 2024
1 parent b5d5cd6 commit e639852
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/【移动端】bilibili优化/SCRIPT_VERSION.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"time": 1716962841970,
"version": "2024.5.29.14"
"time": 1716969524441,
"version": "2024.5.29.15"
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 【移动端】bilibili优化
// @namespace https://github.com/WhiteSevs/TamperMonkeyScript
// @version 2024.5.29.14
// @version 2024.5.29.15
// @author WhiteSevs
// @description bilibili(哔哩哔哩)优化,免登录等
// @license GPL-3.0-only
Expand All @@ -12,7 +12,7 @@
// @require https://update.greasyfork.org/scripts/494167/1376186/CoverUMD.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.2.1/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/utils@1.2.2/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/domutils@1.1.0/dist/index.umd.js
// @connect *
// @connect m.bilibili.com
Expand Down Expand Up @@ -536,7 +536,7 @@
* 判断该键是否存在
* @param key 键
*/
hasValue(key) {
hasKey(key) {
let locaData = _GM_getValue(KEY, {});
return key in locaData;
},
Expand Down
2 changes: 1 addition & 1 deletion packages/【移动端】bilibili优化/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@whitesev/domutils": "^1.1.0",
"@whitesev/utils": "^1.2.1",
"@whitesev/utils": "^1.2.2",
"qmsg": "^1.1.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
Expand Down
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": 1716963078348,
"version": "2024.5.29.14"
"time": 1716969549675,
"version": "2024.5.29.15"
}

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 【移动端】百度系优化
// @namespace https://github.com/WhiteSevs/TamperMonkeyScript
// @version 2024.5.29.14
// @version 2024.5.29.15
// @author WhiteSevs
// @description 用于【移动端】的百度系列产品优化,包括【百度搜索】、【百家号】、【百度贴吧】、【百度文库】、【百度经验】、【百度百科】、【百度知道】、【百度翻译】、【百度图片】、【百度地图】、【百度好看视频】、【百度爱企查】、【百度问题】、【百度识图】等
// @license GPL-3.0-only
Expand All @@ -18,7 +18,7 @@
// @require https://update.greasyfork.org/scripts/495227/1378053/Element-Plus.js
// @require https://cdn.jsdelivr.net/npm/@element-plus/icons-vue@2.3.1/dist/index.iife.min.js
// @require https://cdn.jsdelivr.net/npm/qmsg@1.1.0/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/utils@1.2.1/dist/index.umd.js
// @require https://cdn.jsdelivr.net/npm/@whitesev/utils@1.2.2/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/viewerjs@1.11.6/dist/viewer.min.js
// @resource ElementPlusResourceCSS https://cdn.jsdelivr.net/npm/element-plus@2.7.2/dist/index.min.css
Expand Down Expand Up @@ -3410,7 +3410,7 @@ match-attr##srcid##sp_purc_atom
* 判断该键是否存在
* @param key 键
*/
hasValue(key) {
hasKey(key) {
let locaData = _GM_getValue(KEY, {});
return key in locaData;
},
Expand Down
2 changes: 1 addition & 1 deletion packages/【移动端】百度系优化/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@whitesev/domutils": "^1.1.0",
"@whitesev/utils": "^1.2.1",
"@whitesev/utils": "^1.2.2",
"qmsg": "^1.1.0",
"viewerjs": "^1.11.6",
"vue": "^3.4.27",
Expand Down

0 comments on commit e639852

Please sign in to comment.