mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2024-11-11 01:27:39 +08:00
✨v0.1.1,移除多余import
This commit is contained in:
parent
4395e82590
commit
7809ef0c50
@ -1,6 +1,5 @@
|
|||||||
import json
|
import json
|
||||||
import requests
|
import requests
|
||||||
from nonebot_plugin_htmlrender import template_to_pic
|
|
||||||
from jinja2 import Template
|
from jinja2 import Template
|
||||||
CITY_API_ROOT="https://show.bilibili.com/api/ticket/city/list?channel=3"
|
CITY_API_ROOT="https://show.bilibili.com/api/ticket/city/list?channel=3"
|
||||||
SHOWS_API_ROOT="https://show.bilibili.com/api/ticket/project/listV2"
|
SHOWS_API_ROOT="https://show.bilibili.com/api/ticket/project/listV2"
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
from nonebot import require, on_endswith
|
|
||||||
from nonebot.adapters import satori
|
|
||||||
from nonebot.adapters.onebot.v11 import MessageSegment
|
from nonebot.adapters.onebot.v11 import MessageSegment
|
||||||
from nonebot.typing import T_State
|
from nonebot.typing import T_State
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nonebot-plugin-acgnshow"
|
name = "nonebot-plugin-acgnshow"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据"
|
description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = "<4.0,>=3.8"
|
requires-python = "<4.0,>=3.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user