Commit Graph

785 Commits

Author SHA1 Message Date
bb42787fbd
👷 Update Docker to v4
Docker 从 v3 升级步骤:
docker-compose down
修改 .env 适配 v4 配置
修改 docker-compose.yml 将 v3 改为 v4
docker-compose up -d
2023-03-14 21:23:12 +08:00
omg-xtao
25f36a0fea
⬆️ Bump all dependencies 2023-03-14 12:29:33 +00:00
洛水居室
622313e15b
🐛 Fix WishLogPlugin has no attribute get_genshin_client 2023-03-14 19:54:57 +08:00
洛水居室
a1a0c6913c
🐛 Fix the issue where the owner cannot be retrieved 2023-03-14 18:19:29 +08:00
洛水居室
c0fbabaf14
🐛 Fix BindAccountPlugin has no attribute player_info_service 2023-03-14 16:23:14 +08:00
洛水居室
221dffef1b
🎨 Modify the text of the reply 2023-03-14 16:19:41 +08:00
洛水居室
3f20430b70
🐛 Fix the exception raised when player_info is None 2023-03-14 16:19:41 +08:00
洛水居室
913e566f5e
🐛 Fix the incorrect parameter passing 2023-03-14 16:19:41 +08:00
洛水居室
a9b76ac187
🐛 Fix the AdminHandler not following the block parameter of the handler to be wrapped. 2023-03-14 14:39:22 +08:00
洛水居室
0743367a7f
🎨 Set the timeout for resource downloads to 10 seconds 2023-03-14 14:17:19 +08:00
洛水居室
bd11e7d831
♻️ Refactor WikiPlugin 2023-03-14 14:09:18 +08:00
洛水居室
7b62d86f46
🎨 Add to schedule for deletion after sending exception information 2023-03-14 13:53:05 +08:00
洛水居室
06ff5d9bcd
🐛 Fix issue where players could not be found 2023-03-14 13:43:02 +08:00
洛水居室
df8d36da3c
🐛 Fix account ID being 0 2023-03-14 12:43:23 +08:00
洛水居室
56cf315747
🐛 Fix incorrect initialize function declared in BirthdayPlugin 2023-03-14 12:20:54 +08:00
洛水居室
7805a2879e
🐛 Fix incorrect passing of context 2023-03-14 12:19:09 +08:00
洛水居室
21db8bb85d
🐛 Fix incorrect addition of admin list to cache 2023-03-14 12:15:19 +08:00
洛水居室
d20b23d978
🐛 Fix incorrect reply text 2023-03-14 10:50:55 +08:00
洛水居室
17a40c2199
🐛 Fix incorrect exception handling 2023-03-14 10:45:26 +08:00
洛水居室
e24cd2a44d
🐛 Fix incorrect handling of timeout exceptions in httpx 2023-03-14 10:40:27 +08:00
洛水居室
503bd0b498
🐛 Fix the exception not being thrown for all exceptions except "Too Many Requests" 2023-03-14 10:16:43 +08:00
洛水居室
33be295ac8
🐛 Fix the security vulnerability where anyone can execute admin commands 2023-03-14 10:11:43 +08:00
洛水居室
c174571207
🎨 Update help.html 2023-03-14 09:57:16 +08:00
洛水居室
393c410821
🐛 Fix Exception that 'Question' object is not subscriptable 2023-03-14 09:53:35 +08:00
洛水居室
01727ca94b
🐛 Fix Exception that User Data is None 2023-03-14 09:45:55 +08:00
洛水居室
233e7ab58d
♻️ PaiGram V4
Co-authored-by: luoshuijs <luoshuijs@outlook.com>
Co-authored-by: Karako <karakohear@gmail.com>
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-03-14 09:27:22 +08:00
LittleMengBot
baceace292
🎨 Text correction and supplementation
Fixed the issue of unable to correctly retrieve traveler information in `/strategy`, `/player_card`, `/birthday`; added and corrected nicknames for several characters.
2023-03-13 22:47:36 +08:00
598587a74d
🐛 Fix Invite Bot Cannot Exit 2023-03-13 20:35:22 +08:00
omg-xtao
50a9decb0a
🍱 Update 2.46.1 ds salt 2023-03-10 14:15:22 +00:00
dependabot[bot]
56c667b9f2
⬆ Bump uvicorn from 0.19.0 to 0.21.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.19.0...0.21.0)

---
updated-dependencies:
- dependency-name: uvicorn
  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>
2023-03-10 19:20:14 +08:00
dependabot[bot]
b4ae563287
⬆ Update uvicorn[standard] requirement from ~=0.19.0 to ~=0.21.0
Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.19.0...0.21.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 19:19:54 +08:00
洛水居室
ba1af89770
⬆ Update requirements.txt 2023-03-10 09:54:15 +08:00
LittleMengBot
645285ab6b
🐛 Fix ValueError in Func update_honey_metadata 2023-03-10 08:03:26 +08:00
dependabot[bot]
9e2945dca4
⬆️ Bump alembic from 1.10.1 to 1.10.2
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  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>
2023-03-09 19:14:00 +08:00
dependabot[bot]
2b62f1fede
⬆️ Bump arko-wrapper from 0.2.7 to 0.2.8
Bumps [arko-wrapper](https://github.com/ArkoClub/ArkoWrapper) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/ArkoClub/ArkoWrapper/releases)
- [Commits](https://github.com/ArkoClub/ArkoWrapper/compare/v0.2.7...v0.2.8)

---
updated-dependencies:
- dependency-name: arko-wrapper
  dependency-type: direct:production
  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>
2023-03-08 19:25:19 +08:00
dependabot[bot]
5124836eb5
⬆️ Bump fastapi from 0.91.0 to 0.93.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.91.0 to 0.93.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.91.0...0.93.0)

---
updated-dependencies:
- dependency-name: fastapi
  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>
2023-03-08 19:22:50 +08:00
omg-xtao
87d7052697
🐛 Fix character wiki 2023-03-07 21:29:24 +08:00
Nahida
16052e1267
📝 Update 'FightPropRule.json' 2023-03-06 17:33:05 +08:00
Davis Zerro
c1e045c2ff
🎨 Update FightPropRule
补充新角色的有效属性: 艾尔海森, 瑶瑶, 迪希雅 
* 一些有效词条调整:
- 草旅行者打蔓激化需要精通, 天赋有精通转伤害
- 北斗直伤占比远高于感电, 精通可以忽略不计
- 应该没人用迪奥娜输出?
- 云堇只是某些场合需要暴击触发西风枪, 暴伤无用
- 久岐忍 3.0 之后只有堆精通走超绽放流比较实际, 纯奶妈流也只需要生命.

* 补充新角色的有效属性: 艾尔海森, 瑶瑶, 迪希雅
除了一些显然易见的, 几处说明:
- 艾尔海森的几乎所有输出流程里面, Q 的作用都非常重要, 所以充能算作有效.
- 瑶瑶无论怎么堆输出都不太可能有明显的输出量, 攻精双暴不作为有效.
- 鹿野原平藏,珐露珊,流浪者属于风伤直伤输出和辅助, 扩散伤害约等于无, 精通删除.
2023-03-06 17:18:16 +08:00
34bdd0ef53
🐛 Fix FileNotFoundError in pay_log plugin 2023-03-06 17:04:31 +08:00
omg-xtao
fc4be627b4
🍱 Update 3.6 resources 2023-03-02 14:05:20 +00:00
omg-xtao
8a89721dfa
🐛 Fix TypeError in birthday plugin 2023-02-28 22:25:05 +08:00
omg-xtao
18d2590374
☁️ Use remote birthday 2023-02-28 22:15:48 +08:00
omg-xtao
fe4940034c
🍱 Update 3.5 pool 2023-02-28 12:15:15 +00:00
dependabot[bot]
9e9689f207
⬆ Bump markdown-it-py from 2.1.0 to 2.2.0
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: markdown-it-py
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 15:23:22 +08:00
洛水居室
a4bf5b1e03
🐛 Fix wrong variable 2023-02-22 19:42:32 +08:00
洛水居室
0d1388d8ae
🎨 Update Map Plugin 2023-02-22 14:38:28 +08:00
洛水居室
346e78481f
🐛 Fix failure to add entry when description is empty 2023-02-22 14:20:19 +08:00
洛水居室
9c8def3ce9
🎨 Update error handler for UpdatePlugin 2023-02-22 12:55:56 +08:00
洛水居室
a7f597708f
🎨 Use CookiesModel to parse cookies 2023-02-22 12:47:44 +08:00