Skip to content

Commit 14a8237

Browse files
committed
chore: 更新版本号至1.1.22并改进工具模块
- 将项目版本从1.1.21更新至1.1.22,准备新版本发布 - 在legado管理工具模块中添加模块文档字符串 - 导出新增的retain_zh_ch_dig函数,扩展工具功能 - 保持向后兼容性,不影响现有API使用 此次更新主要为版本迭代准备,同时完善工具模块的代码结构和功能导出。 retain_zh_ch_dig函数的添加为后续文本处理功能提供基础支持。
1 parent 8584ed7 commit 14a8237

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "funread"
3-
version = "1.1.21"
3+
version = "1.1.22"
44
description = "一个用于管理和处理阅读源(Legado 阅读 APP 的书源和 RSS 源)的 Python 工具库"
55
readme = "README.md"
66
requires-python = ">=3.8"
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
from .core import url_to_hostname
1+
"""工具函数模块"""
2+
3+
from .core import retain_zh_ch_dig, url_to_hostname
4+
5+
__all__ = ["url_to_hostname", "retain_zh_ch_dig"]

0 commit comments

Comments
 (0)