Skip to content

Commit

Permalink
chore: 🔖 Release 8.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hymbz committed Dec 20, 2023
1 parent 7575650 commit 867211b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
9 changes: 5 additions & 4 deletions ComicRead.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name ComicRead
// @namespace ComicRead
// @version 8.2.10
// @version 8.2.11
// @description 为漫画站增加双页阅读、翻译等优化体验的增强功能。百合会——「记录阅读历史,体验优化」、百合会新站、动漫之家——「解锁隐藏漫画」、ehentai——「匹配 nhentai 漫画」、nhentai——「彻底屏蔽漫画,自动翻页」、PonpomuYuri、明日方舟泰拉记事社、禁漫天堂、拷贝漫画(copymanga)、漫画柜(manhuagui)、漫画DB(manhuadb)、动漫屋(dm5)、绅士漫画(wnacg)、mangabz、komiic、hitomi、kemono、welovemanga
// @description:en Add enhanced features to the comic site for optimized experience, including dual-page reading and translation.
// @description:ru Добавляет расширенные функции для удобства на сайт, такие как двухстраничный режим и перевод.
Expand Down Expand Up @@ -6224,7 +6224,7 @@ const useFab = async initProps => {
const _tmpl$$1 = /*#__PURE__*/web.template(\`<h2>🥳 ComicRead 已更新到 v\`),
_tmpl$2 = /*#__PURE__*/web.template(\`<h3>修复\`),
_tmpl$3 = /*#__PURE__*/web.template(\`<ul><li><p>修复使用触摸板滚动时偶尔会出现页面闪烁的 bug </p></li><li><p>修复使用鼠标滚轮快速滚动后滚轮失效的 bug\`);
_tmpl$3 = /*#__PURE__*/web.template(\`<ul><li>修复 kemono 改版后脚本失效的 bug\`);
/** 重命名配置项 */
const renameOption = async (name, list) => {
Expand Down Expand Up @@ -6885,7 +6885,7 @@ const _tmpl$ = /*#__PURE__*/web.template(`<a class=historyTag>回第<!>页 `),
const isFirstPage = !main.querySelector('.pg > .prev');
// 第一页以外不自动加载
if (!isFirstPage) needAutoShow.val = false;
let imgList = main.querySelectorAll('.plc img');
let imgList = main.querySelectorAll('.plc:not(.plm) img');
const updateImgList = () => {
let i = imgList.length;
while (i--) {
Expand Down Expand Up @@ -8584,11 +8584,12 @@ const main = require('main');
}

// #kemono
case 'kemono.su':
case 'kemono.party':
{
options = {
name: 'kemono',
getImgList: () => main.querySelectorAll('.post__thumbnail > a').map(e => e.href),
getImgList: () => main.querySelectorAll('.post__thumbnail a').map(e => e.href),
initOptions: {
autoShow: false,
option: {
Expand Down
17 changes: 12 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@




## [8.2.11](https://github.com/hymbz/ComicReadScript/compare/v8.2.10...v8.2.11) (2023-12-20)


### Bug Fixes

* :bug: 修复 kemono 改版后脚本失效的 bug ([1be4437](https://github.com/hymbz/ComicReadScript/commit/1be44374567af25077366ab419de32bbbb32210d))

## [8.2.10](https://github.com/hymbz/ComicReadScript/compare/v8.2.9...v8.2.10) (2023-12-19)


### Bug Fixes

* :bug: 修复使用触摸板滚动时偶尔会出现页面闪烁的 bug ([b4fa984](https://github.com/hymbz/ComicReadScript/commit/b4fa984e8714f47455867f0aa2229989db5c07bf))
* :bug: 修复使用鼠标滚轮快速滚动后滚轮失效的 bug ([af0763e](https://github.com/hymbz/ComicReadScript/commit/af0763ee0f84aed1189d0b1e83b0b81a973a77ea))

* :bug: 修复使用鼠标滚轮快速滚动后滚轮失效的 bug ([af0763e](https://github.com/hymbz/ComicReadScript/commit/af0763ee0f84aed1189d0b1e83b0b81a973a77ea))

## [8.2.9](https://github.com/hymbz/ComicReadScript/compare/v8.2.8...v8.2.9) (2023-12-18)


Expand Down Expand Up @@ -1045,4 +1052,4 @@
### 修复

- 下载 Bug
- 上/下一话按钮显示位置错误的 Bug
- 上/下一话按钮显示位置错误的 Bug
5 changes: 2 additions & 3 deletions docs/LatestChange.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## [8.2.10](https://github.com/hymbz/ComicReadScript/compare/v8.2.9...v8.2.10) (2023-12-19)
## [8.2.11](https://github.com/hymbz/ComicReadScript/compare/v8.2.10...v8.2.11) (2023-12-20)


### Bug Fixes

* :bug: 修复使用触摸板滚动时偶尔会出现页面闪烁的 bug ([b4fa984](https://github.com/hymbz/ComicReadScript/commit/b4fa984e8714f47455867f0aa2229989db5c07bf))
* :bug: 修复使用鼠标滚轮快速滚动后滚轮失效的 bug ([af0763e](https://github.com/hymbz/ComicReadScript/commit/af0763ee0f84aed1189d0b1e83b0b81a973a77ea))
* :bug: 修复 kemono 改版后脚本失效的 bug ([1be4437](https://github.com/hymbz/ComicReadScript/commit/1be44374567af25077366ab419de32bbbb32210d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ComicRead",
"version": "8.2.10",
"version": "8.2.11",
"description": "",
"author": "hymbz",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 867211b

Please sign in to comment.