|
|
318b42dbd2
|
🔖 1.2.10
|
2024-05-22 22:12:46 +08:00 |
|
|
|
48b200697c
|
➕ 添加开发依赖 nonebot2[all]
|
2024-05-19 13:33:22 +08:00 |
|
|
|
9b13a9e87c
|
🔖 1.2.9
|
2024-05-16 18:04:48 +08:00 |
|
|
|
7fe9a6fd3d
|
🔖 1.2.8
|
2024-05-15 14:56:26 +08:00 |
|
|
|
1788d40ed2
|
🔖 1.2.7
|
2024-05-15 13:34:55 +08:00 |
|
|
|
b37f927be6
|
➕ 添加 debug 依赖 memory-profiler
|
2024-05-15 09:14:13 +08:00 |
|
|
|
c9f6817c6a
|
🔖 1.2.6
|
2024-05-15 08:56:46 +08:00 |
|
|
|
b8cf10b45d
|
🔖 1.2.5
|
2024-05-15 04:43:30 +08:00 |
|
|
|
270b953bc9
|
🔖 1.2.4
|
2024-05-15 04:22:58 +08:00 |
|
|
|
9545f0b5d0
|
🔖 1.2.3
|
2024-05-14 17:26:07 +08:00 |
|
|
|
7ff59cfc01
|
🔖 1.2.2
|
2024-05-14 17:09:53 +08:00 |
|
|
|
a3c00dbd93
|
🔖 1.2.1
|
2024-05-14 17:00:33 +08:00 |
|
|
|
98b58866e1
|
🔖 1.2.0
|
2024-05-14 15:40:05 +08:00 |
|
呵呵です
|
c8832bd1c9
|
♻️ Refactor (#318)
* 🔧 启用一些 ruff 的新规则
* ➕ 添加开发依赖 nonebot-adapter-qq
* ➕ 添加依赖 nonebot-plugin-session
* ➕ 添加依赖 nonebot-plugin-session-orm
* 🔧 忽略 ruff 规则 ISC001
format 冲突风险
* 🚨 修复 ruff 警报
* ♻️ 重构!
* ♻️ 恢复定时获取 TetraLeague 数据的功能
* ✨ 统一处理需要捕获的错误
* ✨ 记录用户触发的指令
|
2024-05-14 15:03:46 +08:00 |
|
|
|
e6c3a32532
|
🔖 1.1.5
|
2024-05-13 04:20:02 +08:00 |
|
|
|
ac4631d1f3
|
🔖 1.1.4
|
2024-05-10 12:20:48 +08:00 |
|
|
|
5bcecc0623
|
🔖 1.1.3
|
2024-05-10 12:11:19 +08:00 |
|
|
|
aff2fa120a
|
🔖 1.1.2
|
2024-05-10 11:49:05 +08:00 |
|
|
|
83bcd14012
|
🔖 1.1.1
|
2024-05-10 11:30:08 +08:00 |
|
|
|
6df70f621e
|
🔖 1.1.0
|
2024-05-10 11:14:38 +08:00 |
|
|
|
03d34c5572
|
🔖 1.0.4
|
2024-05-07 17:22:46 +08:00 |
|
|
|
504edb08de
|
🔖 1.0.3
|
2024-05-07 08:50:53 +08:00 |
|
|
|
7515daccc7
|
➕ 添加依赖 rich
|
2024-05-07 08:33:03 +08:00 |
|
|
|
e5556bad1d
|
🔖 1.0.2
|
2024-05-04 22:10:35 +08:00 |
|
|
|
f39faced7e
|
🔖 1.0.1
|
2024-05-04 07:05:47 +08:00 |
|
|
|
c92bc3aaad
|
➕ 添加开发依赖 types-Pillow
|
2024-05-03 05:48:39 +08:00 |
|
|
|
b2505e0979
|
🔧 更新 ruff 配置
|
2024-05-02 20:53:27 +08:00 |
|
|
|
bc37a015d6
|
🔖 1.0.0
|
2024-05-02 01:24:29 +08:00 |
|
呵呵です
|
fd85140c99
|
✨ 绑定使用图片回复 #61 (#305)
* 🚧 查数据图初版测试
Co-authored-by: C1ystal <m17687496044@163.com>
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
* 🙈 添加一些 ignore 文件
* 🎨 格式化代码
* 🐛 修复格式化导致的样式爆炸
* 💄 优化曲线图观感
* 💄 将雷达图的指示器名称旋转显示
* 💄 查数据图第二版
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
* ✏️ 修复 typo
* 💄 把用户头像文件的引用放到 html 里
* 💄 账户绑定图第一版
Co-authored-by: C1ystal <m17687496044@163.com>
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
* 🚧 模板化测试
* ➕ 添加依赖 fastapi
* ✨ 通过 FastAPI 提供静态文件
* ➕ 添加依赖 jinja2
* 💄 更新数据图模板 (#291)
* feat(template): show actual value
* feat(template): add user avatar
* feat(template): fix radar
* feat(style): fix name container width fixed caused display misplacement
* feat(style): fix vs value wrap display
* feat(template): make check data length in template
* feat(template): update radar data
* feat(jinja): update data
* fix(template): fix typo
* feat(style): prevent sign too long
* feat(template): turn off echarts animation
* chore(deps): add identicon.js
* fix(template): fix typo
* 🙈 更新.gitignore
* 🏗️ 大部分重构为 flex 布局
---------
Co-authored-by: shoucandanghehe <wallfjjd@gmail.com>
Co-authored-by: 呵呵です <51957264+shoucandanghehe@users.noreply.github.com>
* ➕ 添加依赖 nonebot_plugin_userinfo
* ✨ 通过 FastAPI 托管渲染后的模板
* ✨ 新增头像 api 使用 playwright 生成
* ✨ 修正模板资源文件引用路径
被托管后的正确路径
* 💄 将绑定图模板化
* 💄 重命名变量
* 🚚 重命名资源
* ✨ 使用 jinja2 渲染模板
* ✨ 使用 playwright 渲染网页
* 🩹 渲染模板时对 IO 进行一些额外处理
* ➕ 添加依赖 pillow
* 🚚 修改托管页面的路由路径
* 💬 优化绑定图文案
* ✨ 新增获取自身网络位置的方法
* 🍱 更新 unknown.svg
* ✨ 新增获取用户头像的方法
* ✨ 绑定消息使用图片回复
* ✨ 为 identicon api 添加缓存
* 🔥 删除旧文件
* 🚚 重命名模板
* 📄 添加字体 License
* 🙈 更新.gitignore
---------
Co-authored-by: C1ystal <m17687496044@163.com>
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
Co-authored-by: 渣渣120 <WOSHIZHAZHA120@qq.com>
|
2024-05-02 01:22:33 +08:00 |
|
dependabot[bot]
|
80f4316564
|
⬆️ Bump nonebot2 from 2.2.1 to 2.3.0 (#304)
Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.2.1 to 2.3.0.
- [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.2.1...v2.3.0)
---
updated-dependencies:
- dependency-name: nonebot2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-02 00:31:44 +08:00 |
|
dependabot[bot]
|
3b9c0c89b1
|
⬆️ Bump nonebot-adapter-satori from 0.11.3 to 0.11.4 (#302)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.11.3...v0.11.4)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-30 23:25:33 +08:00 |
|
|
|
c02fdfc47f
|
🔖 1.0.0.a17
|
2024-04-30 02:27:31 +08:00 |
|
|
|
5cb428ed71
|
🔖 1.0.0.a16
|
2024-04-30 02:09:34 +08:00 |
|
dependabot[bot]
|
d037cf6d44
|
⬆️ Bump nonebot-adapter-satori from 0.11.2 to 0.11.3 (#300)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.11.2...v0.11.3)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-30 00:02:36 +08:00 |
|
dependabot[bot]
|
7a032bf947
|
⬆️ Bump nonebot-adapter-kaiheila from 0.3.3 to 0.3.4 (#299)
Bumps [nonebot-adapter-kaiheila](https://github.com/Tian-que/nonebot-adapter-kaiheila) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/Tian-que/nonebot-adapter-kaiheila/releases)
- [Commits](https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.3.3...v0.3.4)
---
updated-dependencies:
- dependency-name: nonebot-adapter-kaiheila
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-29 23:56:31 +08:00 |
|
dependabot[bot]
|
5b58697fce
|
⬆️ Bump nonebot-adapter-satori from 0.11.0 to 0.11.2 (#296)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.11.0...v0.11.2)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-28 15:38:57 +08:00 |
|
dependabot[bot]
|
ac9c6e79d9
|
⬆️ Bump nonebot-adapter-satori from 0.10.5 to 0.11.0 (#293)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.10.5 to 0.11.0.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.10.5...v0.11.0)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-25 15:53:32 +08:00 |
|
|
|
7f584a46eb
|
➕ 添加依赖 zstandard
|
2024-04-24 16:56:44 +08:00 |
|
dependabot[bot]
|
1db1e6dbba
|
⬆️ Bump nonebot-adapter-satori from 0.10.4 to 0.10.5 (#288)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.10.4...v0.10.5)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-23 22:28:21 +08:00 |
|
呵呵です
|
3a5f1eb266
|
🔖 1.0.0.a15
|
2024-04-17 14:11:45 +08:00 |
|
|
|
e1b0918a52
|
🔖 1.0.0.a14
|
2024-04-15 17:42:31 +08:00 |
|
|
|
c86b2eb31b
|
⬆️ 更新依赖
|
2024-04-15 17:41:39 +08:00 |
|
dependabot[bot]
|
47b3f3e881
|
⬆️ Bump nonebot-plugin-alconna from 0.37.0 to 0.38.2 (#268)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.37.0 to 0.38.2.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.37.0...v0.38.2)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-14 08:53:59 +08:00 |
|
dependabot[bot]
|
28ae564e59
|
⬆️ Bump nonebot-plugin-orm from 0.6.3 to 0.7.1 (#264)
Bumps [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) from 0.6.3 to 0.7.1.
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](https://github.com/nonebot/plugin-orm/compare/v0.6.3...v0.7.1)
---
updated-dependencies:
- dependency-name: nonebot-plugin-orm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 14:06:04 +08:00 |
|
dependabot[bot]
|
90dee8402d
|
⬆️ Bump httpx from 0.26.0 to 0.27.0 (#263)
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 12:02:53 +08:00 |
|
dependabot[bot]
|
3080531503
|
⬆️ Bump nonebot-adapter-satori from 0.9.1 to 0.9.3 (#258)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.9.1...v0.9.3)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 11:52:54 +08:00 |
|
dependabot[bot]
|
fae0088533
|
⬆️ Bump ruff from 0.2.1 to 0.3.0 (#265)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 11:48:09 +08:00 |
|
dependabot[bot]
|
db9286a369
|
⬆️ Bump nonebot-adapter-onebot from 2.4.0 to 2.4.1 (#257)
Bumps [nonebot-adapter-onebot](https://github.com/nonebot/adapter-onebot) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/nonebot/adapter-onebot/releases)
- [Commits](https://github.com/nonebot/adapter-onebot/compare/v2.4.0...v2.4.1)
---
updated-dependencies:
- dependency-name: nonebot-adapter-onebot
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 22:14:59 +08:00 |
|
dependabot[bot]
|
420fb29318
|
⬆️ Bump nonebot-adapter-kaiheila from 0.3.0 to 0.3.1 (#256)
Bumps [nonebot-adapter-kaiheila](https://github.com/Tian-que/nonebot-adapter-kaiheila) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/Tian-que/nonebot-adapter-kaiheila/releases)
- [Commits](https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.03...v0.3.1)
---
updated-dependencies:
- dependency-name: nonebot-adapter-kaiheila
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 21:31:20 +08:00 |
|
dependabot[bot]
|
433a6edd3b
|
⬆️ Bump nonebot-adapter-satori from 0.9.0 to 0.9.1 (#255)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.9.0...v0.9.1)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 20:56:27 +08:00 |
|