From 7809ef0c5058ac3a3ce867b64f1e4f8912ce0792 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Thu, 11 Jul 2024 12:08:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8v0.1.1=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E4=BD=99import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_acgnshow/acgnapis.py | 1 - nonebot_plugin_acgnshow/acgnshower.py | 2 -- pyproject.toml | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nonebot_plugin_acgnshow/acgnapis.py b/nonebot_plugin_acgnshow/acgnapis.py index 0b4dd7e..f91e8d8 100644 --- a/nonebot_plugin_acgnshow/acgnapis.py +++ b/nonebot_plugin_acgnshow/acgnapis.py @@ -1,6 +1,5 @@ import json import requests -from nonebot_plugin_htmlrender import template_to_pic from jinja2 import Template CITY_API_ROOT="https://show.bilibili.com/api/ticket/city/list?channel=3" SHOWS_API_ROOT="https://show.bilibili.com/api/ticket/project/listV2" diff --git a/nonebot_plugin_acgnshow/acgnshower.py b/nonebot_plugin_acgnshow/acgnshower.py index 9dec0aa..d72fd87 100644 --- a/nonebot_plugin_acgnshow/acgnshower.py +++ b/nonebot_plugin_acgnshow/acgnshower.py @@ -1,5 +1,3 @@ -from nonebot import require, on_endswith -from nonebot.adapters import satori from nonebot.adapters.onebot.v11 import MessageSegment from nonebot.typing import T_State from typing import Optional diff --git a/pyproject.toml b/pyproject.toml index ed387e2..54ebb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-acgnshow" -version = "0.1.0" +version = "0.1.1" description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据" readme = "README.md" requires-python = "<4.0,>=3.8"