Metadata-Version: 2.4
Name: nonebot-plugins-jm-html
Version: 1.0.1
Summary: Generate mobile-first Bootstrap HTML pages for JM albums in NoneBot2, with temporary cache & optional password
Author-email: jaykserks <jaykserks@gmail.com>
License: The MIT License (MIT)
        Copyright © 2025 <copyright holders>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://github.com/kserksi/nonebot-plugin-jm-html
Project-URL: Repository, https://github.com/kserksi/nonebot-plugin-jm-html
Project-URL: Issues, https://github.com/kserksi/nonebot-plugin-jm-html/issues
Keywords: nonebot2,plugin,jmcomic,bootstrap,html,gallery
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nonebot2>=2.0
Requires-Dist: fastapi>=0.95
Requires-Dist: pydantic<3.0,>=1.10
Requires-Dist: jmcomic>=2.5.0
Requires-Dist: pydantic-settings>=2.0.0
Dynamic: license-file

<div align="center">
  <a href="https://nonebot.dev/store/plugins">
    <img src="./image/NoneBotPlugin.svg" width="300" alt="logo">
  </a>
</div>
<div align="center">

# nonebot_plugin_jm_html

</div>

## 📖 介绍

下载禁漫漫画，整理后合成本地链接，方便在线阅读。

## 💿 安装

使用 nb-cli 安装插件

```shell
nb plugin install nonebot_plugin_jm_html
```

使用 pip 安装插件

```shell
pip install nonebot_plugin_jm_html
```

## 🕹️ 使用

**/jm [禁漫号]** : 获得对应禁漫号的本地链接

## ⚙️ 配置

| 配置项       | 默认值  | 说明                            |
| ----------- |------|-------------------------------|
|jm_pwd       | None | 访问密码，默认不设置。如需防止腾讯风控可设置字符串作为密码 |
|jm_ttl_seconds | 300  | 默认链接超时链接，默认300秒。              |

