|
00087317be
|
🍱 Update 4.2 pool
|
2023-11-08 01:15:57 +08:00 |
|
dependabot[bot]
|
333abddeb9
|
⬆️ Update uvicorn requirement from ^0.23.1 to ^0.24.0
Updates the requirements on [uvicorn](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.23.1...0.24.0.post1)
---
updated-dependencies:
- dependency-name: uvicorn
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-11-08 00:59:10 +08:00 |
|
omg-xtao
|
68cab4bd6b
|
✨ Support auto import patch
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
|
2023-11-07 15:37:40 +08:00 |
|
|
540b01cd8e
|
🐛 Fix Player table account_id primary_key
|
2023-11-06 23:24:17 +08:00 |
|
kotoriのねこ
|
014986c1ca
|
✨ Fix linting issues
|
2023-11-06 16:10:47 +08:00 |
|
omg-xtao
|
8b15e083b7
|
✨ Use stoken v2 instead of v1
|
2023-11-04 19:43:27 +08:00 |
|
kotoriのねこ
|
d3f1425d09
|
✨ Define DATA_DIR in path constants
Co-authored-by: omg-xtao <100690902+omg-xtao@users.noreply.github.com>
|
2023-11-04 13:42:15 +08:00 |
|
|
a5ffb257c2
|
🐛 Fix the exception raised when both sa_column and primary_key are passed simultaneously
|
2023-11-03 23:42:12 +08:00 |
|
洛水居室
|
c5416d7b3d
|
🎨 Improve the error message when account_id does not exist
|
2023-11-03 22:02:06 +08:00 |
|
omg-xtao
|
cf478b3b49
|
✨ Support Akasha System
|
2023-11-03 20:36:14 +08:00 |
|
pre-commit-ci[bot]
|
144bd22359
|
🔧 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.10.0 → 23.10.1](https://github.com/psf/black/compare/23.10.0...23.10.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-10-31 18:44:45 +08:00 |
|
dependabot[bot]
|
392c4f3d73
|
⬆️ Update sqlmodel requirement from ^0.0.10 to ^0.0.11
Updates the requirements on [sqlmodel](https://github.com/tiangolo/sqlmodel) to permit the latest version.
- [Release notes](https://github.com/tiangolo/sqlmodel/releases)
- [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.10...0.0.11)
---
updated-dependencies:
- dependency-name: sqlmodel
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-10-30 18:24:45 +08:00 |
|
LittleMengBot
|
fca5338297
|
🎨 Add Fontaine icon for /material background
|
2023-10-29 20:45:40 +08:00 |
|
dependabot[bot]
|
745f449d03
|
⬆️ Update sqlmodel requirement from ^0.0.9 to ^0.0.10
Updates the requirements on [sqlmodel](https://github.com/tiangolo/sqlmodel) to permit the latest version.
- [Release notes](https://github.com/tiangolo/sqlmodel/releases)
- [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.9...0.0.10)
---
updated-dependencies:
- dependency-name: sqlmodel
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-10-28 02:31:06 +08:00 |
|
|
847444e468
|
🔍 Change post admin notice domain to self-hosted
|
2023-10-27 10:23:50 +08:00 |
|
|
f81fee8e88
|
🐛 Fix Malformed request in BindAccountPlugin
|
2023-10-25 22:29:42 +08:00 |
|
luoshuijs
|
9503759d21
|
🔥 Remove core/sqlmodel
|
2023-10-25 17:23:01 +08:00 |
|
dependabot[bot]
|
33de7c6158
|
⬆️ Update sqlmodel requirement from ^0.0.8 to ^0.0.9
Updates the requirements on [sqlmodel](https://github.com/tiangolo/sqlmodel) to permit the latest version.
- [Release notes](https://github.com/tiangolo/sqlmodel/releases)
- [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.8...0.0.9)
---
updated-dependencies:
- dependency-name: sqlmodel
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-10-25 16:18:30 +08:00 |
|
|
95d488625a
|
🐛 Fix IndexError in PostPlugin
|
2023-10-25 13:39:48 +08:00 |
|
xris
|
94c0b249cb
|
♻️ Refactor daily_material sort_item
Co-authored-by: omg-xtao <100690902+omg-xtao@users.noreply.github.com>
|
2023-10-24 22:25:00 +08:00 |
|
洛水居室
|
a45db101c8
|
🎨 Add Exception Handler in Damage Analysis
|
2023-10-24 16:33:21 +08:00 |
|
luoshuijs
|
14a9b8a55c
|
✨ Add Transformative Damage Support
|
2023-10-24 12:05:08 +08:00 |
|
pre-commit-ci[bot]
|
028fa3a6f6
|
🔧 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.9.1 → 23.10.0](https://github.com/psf/black/compare/23.9.1...23.10.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-10-24 11:56:41 +08:00 |
|
xris
|
9f96d1df7b
|
🎨 Shrink daily_material width to exactly 7 items per line
|
2023-10-23 22:49:18 +08:00 |
|
luoshuijs
|
7984d1b321
|
✨ Damage Analysis
Co-authored-by: xtaodada <xtao@xtaolink.cn>
|
2023-10-23 00:25:47 +08:00 |
|
洛水居室
|
767d1aaadc
|
🐛 Fix AttributeError in CookiesService
|
2023-10-20 12:45:37 +08:00 |
|
洛水居室
|
feeb9d0152
|
🎨 Improve get_args function in Abyss Plugin
|
2023-10-20 12:33:46 +08:00 |
|
洛水居室
|
8ecc9f97a7
|
🎨 Update AbyssTeam Request Headers
|
2023-10-20 12:23:02 +08:00 |
|
Nahida
|
d861ced411
|
🐛 fix abyss command
|
2023-10-20 11:58:17 +08:00 |
|
洛水居室
|
1a8d7cd36a
|
🎨 Update Submodule
|
2023-10-20 00:50:00 +08:00 |
|
|
ab99b3fe92
|
🐛 Fix KeyError in abyss_team
|
2023-10-20 00:25:54 +08:00 |
|
洛水居室
|
055740edc1
|
📝 Update README.md
Thanks to the abyss data provided by DGP HuTao API
|
2023-10-20 00:25:20 +08:00 |
|
Stēlla Caerulea
|
c4712f0b07
|
♻️ Add Abyss team
Co-authored-by: xtaodada <xtao@xtaolink.cn>
|
2023-10-20 00:25:20 +08:00 |
|
Tenko
|
6b4918afe9
|
🎨 Update collections of character guides
|
2023-10-19 20:14:17 +08:00 |
|
omg-xtao
|
441713236b
|
🐛 Fix support for Chinese public cookies
Co-authored-by: luoshuijs <luoshuijs@outlook.com>
|
2023-10-19 20:14:15 +08:00 |
|
luoshuijs
|
635b8444d5
|
🔥 Remove support for Chinese public cookies
Co-authored-by: xtaodada <xtao@xtaolink.cn>
|
2023-10-17 22:56:03 +08:00 |
|
洛水居室
|
7792503944
|
🐛 Fix bug causing empty data retrieval when Enka fails to fetch information
|
2023-10-17 21:44:31 +08:00 |
|
|
d61e19f689
|
🐛 Fix IntegrityError in setuid
|
2023-10-17 20:16:59 +08:00 |
|
|
2c3149ff53
|
🍱 Update 4.1 pool
|
2023-10-17 13:05:05 +08:00 |
|
|
2a069c6a96
|
🐛 Fix daily material game v4.1
|
2023-10-12 21:06:39 +08:00 |
|
洛水居室
|
ebec5f2266
|
📝 Fix improper document hyperlink navigation
|
2023-10-12 09:56:29 +08:00 |
|
洛水居室
|
9dfee40e93
|
🐛 Adjust the container width on the wish_log page
|
2023-10-12 09:49:57 +08:00 |
|
洛水居室
|
7aab97f9c0
|
🎨 Modify verify accident reply text
|
2023-10-12 09:26:45 +08:00 |
|
洛水居室
|
a77ebf4b3a
|
🎨 Fix the mandatory verification not working
|
2023-10-12 09:13:42 +08:00 |
|
洛水居室
|
ebbb2b71f1
|
🎨 Rename Command gacha_log → wish_log
|
2023-10-12 09:12:06 +08:00 |
|
洛水居室
|
c5e5878c5e
|
🐛 Fix the missing account_id field when setting the Cookies
|
2023-10-10 17:55:06 +08:00 |
|
洛水居室
|
69eb33bcf9
|
🎨 Add git submodule update to update.sh
|
2023-10-09 20:23:40 +08:00 |
|
洛水居室
|
c3462df9ae
|
⬆️ Bump playwright from 1.27.1 to 1.28.0
|
2023-10-09 20:06:42 +08:00 |
|
luoshuijs
|
cc5b9fb8aa
|
➖ Remove pyppeteer
|
2023-10-09 20:01:19 +08:00 |
|
dependabot[bot]
|
bc97e2e2de
|
⬆️ Bump rich from 13.5.3 to 13.6.0
Bumps [rich](https://github.com/Textualize/rich) from 13.5.3 to 13.6.0.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v13.5.3...v13.6.0)
---
updated-dependencies:
- dependency-name: rich
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-10-09 16:52:14 +08:00 |
|