mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
引用 反吞图模块
This commit is contained in:
parent
ded6378a3f
commit
6beb421dd0
@ -12,6 +12,7 @@ from utils.message_builder import image
|
||||
from utils.utils import FreqLimiter, cn2py, get_message_text, is_number
|
||||
|
||||
from .rule import rule
|
||||
from .anti import pixRandomChangeFile
|
||||
|
||||
__zx_plugin_name__ = "本地图库"
|
||||
__plugin_usage__ = f"""
|
||||
@ -74,6 +75,8 @@ async def _(event: MessageEvent):
|
||||
return
|
||||
if int(index) > length - 1 or int(index) < 0:
|
||||
await send_img.finish(f"超过当前上下限!({length - 1})")
|
||||
abs_path = os.path.join(os.getcwd(), path / f"{index}.jpg")
|
||||
pixRandomChangeFile(abs_path)
|
||||
result = image(path / f"{index}.jpg")
|
||||
if result:
|
||||
logger.info(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user