release: 1.2.4

This commit is contained in:
mrbunker
2024-09-22 11:54:31 +08:00
parent 7bf4ee401b
commit e1612aa1d7
2 changed files with 3 additions and 3 deletions

4
dist/jop.user.js vendored
View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name JAV 添加跳转在线观看
// @namespace https://greasyfork.org/zh-CN/scripts/429173
// @version 1.2.3
// @version 1.2.4
// @author mission522
// @description 为 JavDB、JavBus、JavLibrary 这三个站点添加跳转在线观看的链接
// @license MIT
@@ -976,7 +976,7 @@
hiddenError,
setHiddenError,
}) => {
const [showSetting, setShowSetting] = p(true);
const [showSetting, setShowSetting] = p(false);
const hanleListChange = (item, isHidden) => {
if (isHidden) {
setDisables(disables.filter((disItem) => disItem !== item.name));

View File

@@ -12,7 +12,7 @@ const includeList = libSites.map((libItem) => libItem.href);
const UserscriptConfig: MonkeyUserScript = {
author: "mission522",
version: "1.2.3",
version: "1.2.4",
license: "MIT",
name: "JAV 添加跳转在线观看",
// match: ["*://*/cn/?v=jav*"],