Commit Graph

8 Commits

Author SHA1 Message Date
sakuradairong
57812483dd Add README with usage, config, and feature overview 2026-05-17 18:51:59 +08:00
sakuradairong
f6d0c7c26a refactor: restructure repo layout and improve code quality
- Flatten directory: move all plugin files from astrbot_plugin_pubg/ to root
- Add .gitignore, __init__.py, requirements.txt
- Fix metadata version to match code (1.3.0)
- Remove unused Any import and dead variable assignments
- Fix tempfile resource leak on save failure
- Add proper type hints (AstrBotConfig, PIL types)
- Prefix BAN_STATUS_LABELS with underscore for consistency
- Modernize type annotations with from __future__ import annotations
2026-05-17 15:11:25 +08:00
RainySY
48ed800c4b 重构 PUBG 插件,添加玩家信息类,优化 API 请求和渲染逻辑,更新版本号至 1.3.0 2026-04-29 00:42:02 +08:00
RainySY
d801e254f3 删除不再需要的设置文件 settings.local.json 2026-04-22 21:06:54 +08:00
RainySY
07ee85e0e7 添加新的命令“查ID”和“查询”以支持玩家统计查询 2026-04-22 21:02:59 +08:00
RainySY
08cccecf93 修复 PUBG 插件中的统计计算和请求参数,优化代码结构 2026-04-22 20:58:28 +08:00
RainySY
6b96204f98 添加图像渲染功能和文本回退,更新版本号至 1.2.0 2026-04-22 16:49:12 +08:00
RainySY
cbfa85aa2c 添加 PUBG 玩家战绩查询插件,包括配置文件、元数据和主要功能实现 2026-04-22 16:48:26 +08:00