Skip to content

Commit

Permalink
🔖 v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kexue-z committed Sep 4, 2023
1 parent 539ad57 commit 9347020
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ from nonebot_plugin_htmlrender import (
htmlrender_browser = "chromium"
# 使用 firefox
htmlrender_browser = "firefox"

# 下载 playwright 代理地址 可不写
htmlrender_download_host = ""

# 浏览器自定代理地址 可不写
htmlrender_proxy_host = "http://127.0.0.1:7890"
```

## markdown 转 图片
Expand Down
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[project]
name = "nonebot-plugin-htmlrender"
version = "0.2.1"
version = "0.2.2"
description = "通过浏览器渲染图片"
authors = [
{name = "kexue", email = "xana278@foxmail.com"},
]
authors = [{ name = "kexue", email = "xana278@foxmail.com" }]
dependencies = [
"playwright>=1.17.2",
"nonebot2[fastapi]>=2.0.0",
Expand All @@ -17,7 +15,7 @@ dependencies = [
]
requires-python = ">=3.8,<4.0"
readme = "README.md"
license = {file = "LICENSE"}
license = { file = "LICENSE" }

[project.urls]
"Homepage" = "https://github.com/kexue-z/nonebot-plugin-htmlrender"
Expand All @@ -36,5 +34,3 @@ includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"


0 comments on commit 9347020

Please sign in to comment.