呵呵です
|
1d33872c9b
|
🧑💻 使用 uv 管理项目 (#502)
* 🧑💻 使用 uv 管理项目
* 📝 更新 CONTRIBUTING.md
* 🔥 移除 Dependabot
* ✨ 修改默认安装的依赖组
* 💚 使用 uv 运行 CI
* ➕ 将特殊适配的适配器移动到 dev 依赖组
* 🚨 make mypy happy
|
2024-10-27 18:46:46 +08:00 |
|
呵呵です
|
b2d5a1e729
|
🌐 支持i18n (#501)
* ✨ 支持 i18n #410
* 🚨 更改noqa方式
* 📝 添加 CONTRIBUTING.md 文件
* 🌐 将 i18n 默认语言设置为 en-US
* 📝 添加英文版 CONTRIBUTING.md
|
2024-10-26 18:29:51 +08:00 |
|
呵呵です
|
a0fd9eaed3
|
✨ 历史tr图表 (#499)
* ✨ 实现获取 leagueflow
* ✨ TETR.IO 适配 v1 模板
* ✨ 限制 v2 history 数量
|
2024-10-26 18:05:58 +08:00 |
|
呵呵です
|
593723aa76
|
🎨 重命名变量 (#495)
|
2024-10-25 04:29:54 +00:00 |
|
呵呵です
|
c7d93069ef
|
🐛 兼容pydantic v1 (#489)
|
2024-10-22 16:00:22 +00:00 |
|
|
|
6c0e092f51
|
🔊 优化 limit 日志
|
2024-10-19 18:52:18 +08:00 |
|
|
|
04b9cd9eae
|
🚨 type ignore
|
2024-10-19 18:52:17 +08:00 |
|
呵呵です
|
61b5fcb137
|
✨ 为 TETR.IO 引入全局速率限制 (#481)
|
2024-10-19 10:34:56 +00:00 |
|
呵呵です
|
ea8a18c1b1
|
🐛 修复 茶服 api 查询链接拼接错误 (#480)
|
2024-10-19 09:27:13 +00:00 |
|
|
|
ef1acb0f16
|
🚨 ignore reportGeneralTypeIssues
https://github.com/microsoft/pyright/issues/9220
|
2024-10-19 17:20:42 +08:00 |
|
|
|
74eef41506
|
🏷️ 添加一些 TypeAlias
|
2024-10-13 00:46:11 +08:00 |
|
|
|
5eb4771259
|
✨ TETR.IO list 自动将 country 转大写
|
2024-10-13 00:45:36 +08:00 |
|
|
|
7a3a4d936d
|
🐛 修正一些 trigger
|
2024-10-13 00:38:37 +08:00 |
|
|
|
5b56de9de1
|
🚨 添加一个 noqa(
|
2024-10-02 03:42:34 +08:00 |
|
|
|
0898a81331
|
✨ 优化数据库迁移脚本
|
2024-10-02 03:22:43 +08:00 |
|
|
|
a206098805
|
⚡️ 试图提高截图速度
|
2024-09-14 04:50:37 +08:00 |
|
|
|
389a850025
|
🐛 修复打过但是没数据的爆炸
为啥会没数据??
|
2024-08-26 11:38:14 +08:00 |
|
|
|
606dddbca2
|
✨ 适配新赛季 list
|
2024-08-25 23:16:33 +08:00 |
|
|
|
6293d088db
|
✨ 适配新赛季 rank
|
2024-08-24 21:06:45 +08:00 |
|
|
|
3629a2ff4a
|
🚨 make type checker happy
|
2024-08-22 01:14:59 +08:00 |
|
|
|
a2108c9776
|
✨ localstore 使用 get_plugin_xxx_dir
|
2024-08-21 05:11:36 +08:00 |
|
呵呵です
|
259b38fda5
|
✨ 支持设置代理 (#407)
* ➕ 添加依赖 yarl
* ➕ 添加依赖 msgspec
* ➖ 移除依赖 ujson
* ♻️ 重构 request 使其支持分别设置代理
* ♻️ 重构 resource 接口
* ⚡️ 不再重复获取 Config
* ♻️ 使用 yarl 替换 urllib.parse
* ⚡️ 给 get_self_netloc 加个 cache
* ✨ request 使用 proxy
* ✨ 更新模板使用 proxy
* 🐛 修复删除 ujson 依赖后 迁移脚本报错的bug
|
2024-08-19 23:37:51 +00:00 |
|
dependabot[bot]
|
553f373671
|
⬆️ Bump nonebot2 from 2.3.2 to 2.3.3 (#402)
* ⬆️ Bump nonebot2 from 2.3.2 to 2.3.3
Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/nonebot/nonebot2/releases)
- [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nonebot/nonebot2/compare/v2.3.2...v2.3.3)
---
updated-dependencies:
- dependency-name: nonebot2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* 🚨 auto fix by pre-commit hooks
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-08-19 15:49:27 +00:00 |
|
|
|
2cd7d89c3e
|
✨ 截图前等待 networkidle
还是得等)
|
2024-08-18 01:19:03 +08:00 |
|
|
|
7a44c0dca5
|
🐛 修 s1 没打的爆炸
|
2024-08-17 22:40:47 +08:00 |
|
|
|
4cc942d226
|
🐛 修 40l 无 hold 爆炸
|
2024-08-17 19:50:25 +08:00 |
|
|
|
5b0660e45b
|
🐛 修第一赛季最后没有段位爆炸
|
2024-08-17 18:41:31 +08:00 |
|
|
|
c57aa48048
|
🐛 修没打过的爆炸
|
2024-08-17 05:06:59 +08:00 |
|
|
|
ad90562fdf
|
🐛 修国家为空爆炸
|
2024-08-17 04:45:06 +08:00 |
|
|
|
8e10cfe0d0
|
🐛 修最佳段位为 z 爆炸
|
2024-08-17 04:31:14 +08:00 |
|
|
|
44aed656b8
|
🐛 忘记 push schema
|
2024-08-17 04:21:33 +08:00 |
|
|
|
ed6eb9a5cf
|
💩 迅速的适配第二赛季
|
2024-08-17 04:17:41 +08:00 |
|
|
|
25e281a4c5
|
🎨 localstore 一律从 config 导入常量使用
|
2024-08-16 18:55:13 +08:00 |
|
|
|
a2d69b9113
|
⚡️ 尝试提高截图性能
|
2024-08-16 18:53:12 +08:00 |
|
|
|
c8907a47a4
|
💥 插件配置现在使用 ScopedConfig
|
2024-08-16 18:52:47 +08:00 |
|
|
|
9fb176b4bc
|
✨ 确保同一个账号生成的随机头像一致
|
2024-08-16 03:42:11 +08:00 |
|
|
|
3fe5a19c4a
|
🐛 修复 top 没有 recent games 时 出现 0 长 list 的 bug
|
2024-08-15 17:39:28 +08:00 |
|
|
|
0cbae117aa
|
⚡️ 将 _parse_profile 改成静态方法
|
2024-08-15 16:56:10 +08:00 |
|
|
|
25dc57d911
|
✨ top query 使用图片回复 close #61
|
2024-08-15 16:55:13 +08:00 |
|
|
|
6042417b65
|
⚡️ 删除不需要的 async
|
2024-08-15 16:50:11 +08:00 |
|
|
|
eb810d4bd2
|
✨ 茶服查别人时使用随机头像
|
2024-08-14 20:42:30 +08:00 |
|
|
|
52df4cf170
|
✨ 绘制随机头像
皮肤来源:[Techmino](https://github.com/26F-Studio/Techmino)
|
2024-08-14 20:41:54 +08:00 |
|
dependabot[bot]
|
5910f05dfe
|
⬆️ Bump aiohttp from 3.10.1 to 3.10.2 (#395)
* ⬆️ Bump aiohttp from 3.10.1 to 3.10.2
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.1...v3.10.2)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* 🚨 auto fix by pre-commit hooks
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-08-12 11:20:21 +00:00 |
|
|
|
5c2ffe13b0
|
💡 将 TODO 改成 Maple Font 的连字样式)
|
2024-08-12 14:40:21 +08:00 |
|
|
|
b0cff16dc6
|
🚨 修复 pyright 警告
改用 standard 标准(
|
2024-08-10 14:56:31 +08:00 |
|
|
|
1065e62d11
|
✨ 优化 anti_duplicate_add
|
2024-08-09 16:25:37 +08:00 |
|
|
|
02e703ea91
|
✨ 适配新 records API
|
2024-08-09 16:23:12 +08:00 |
|
|
|
429f99f77e
|
🗃️ 增加 TETRIOHistoricalData.api_type 字段长度
|
2024-08-09 16:20:53 +08:00 |
|
|
|
9a16e2fa21
|
✨ 新赛季 records 模型
|
2024-08-08 21:46:24 +08:00 |
|
|
|
0719d549b5
|
🔥 删除旧 API 的 user_records 模型
|
2024-08-08 21:46:23 +08:00 |
|