Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
| [ExHentai](https://exhentai.org/) | 🌏 | 🔞/代理 | ![status_ehentai](https://img.shields.io/endpoint?url=https://cgs-status-badges.pages.dev/status_ehentai.json) |
| [Hitomi](https://hitomi.la/) | 🌏 | 🔞 | ![status_hitomi](https://img.shields.io/endpoint?url=https://cgs-status-badges.pages.dev/status_hitomi.json) |
| [Kemono](https://kemono.cr) | 🌏 | 🔞 | |
| [HComic](https://kemono.cr) | 🌏 | 🔞/代理/`2.8.6-beta.2`~ | ![status_hitomi](https://img.shields.io/endpoint?url=https://cgs-status-badges.pages.dev/status_h_comic.json) |
| [HComic](https://kemono.cr) | 🌏 | 🔞/代理/`2.8.6`~ | ![status_hitomi](https://img.shields.io/endpoint?url=https://cgs-status-badges.pages.dev/status_h_comic.json) |

使用请适度,以免加重对方服务器负担,也减少被封ip风险

Expand Down
2 changes: 1 addition & 1 deletion docs/_github/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
## 🐞 Fix

+ 修复内置浏览器读外链时的空白访问
+ 优化应用壳的外层异常反馈,整理绿色包相关,建议重新下载
+ 优化应用壳的外层异常反馈,整理绿色包相关,引入新的带进度更新界面,建议重新下载
2 changes: 1 addition & 1 deletion docs/changelog/history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🕑 更新历史

## `v2.8.6-beta.2 ?`
## `v2.8.6`

### 🎁 Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ComicGUISpider"
version = "2.8.6-beta.2"
version = "2.8.6"
description = "GUI Comic Downloader"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion variables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from assets import res

VER = "v2.8.6-beta.2"
VER = "v2.8.6"

LANG = {
"en_US": "English",
Expand Down