Commit Graph

1188 Commits

Author SHA1 Message Date
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_logwish_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
dependabot[bot]
b646b08e2d
⬆️ Bump urllib3 from 1.26.16 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 16:51:54 +08:00
luoshuijs
c1a3df70c7
📝 Update README.md 2023-10-09 12:03:58 +08:00
luoshuijs
ec42cde7b8
🐛 Fix semaphore synchronization issue in WikiModel async generator
In `WikiModel.full_data_generator`, the semaphore wasn't being decremented appropriately when the scraping task faced an exception, potentially causing threads to wait indefinitely. Exception handling has now been added to the `task` function to ensure the semaphore is decremented correctly, regardless of task outcome.
2023-10-08 18:52:23 +08:00
Tenko
553c4fb805
Add a collection of Fontaine character guides
Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
2023-10-08 18:39:36 +08:00
洛水居室
20c1910a98
🔥 Correct Return Type 2023-10-08 15:14:33 +08:00
洛水居室
b129a791df
🎨 Refactor chat verification
- Changed `config.verify_groups` to a `Set[int]` type for optimized lookup.
- Used set membership checking instead of looping through `config.verify_groups` for verifying chats.

This results in cleaner code and potentially faster chat verification.
2023-10-08 14:58:25 +08:00
洛水居室
54d19baac9
🎨 Update NEW_CHAT_MEMBERS message handler 2023-10-08 14:03:28 +08:00
4808b37c63
🐛 Fix setcookie UnicodeEncodeError 2023-10-07 23:33:44 +08:00
omg-xtao
b52e532343
♻️ Refactor get fight prop rule 2023-10-07 23:33:16 +08:00
dependabot[bot]
833e1ddeb5
⬆️ Bump fakeredis from 2.18.1 to 2.19.0
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.18.1...v2.19.0)

---
updated-dependencies:
- dependency-name: fakeredis
  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-02 17:51:56 +08:00
omg-xtao
92ee6da37a
🐛 Fix setcookies IntegrityError 2023-10-02 17:51:03 +08:00
a778f78c8a
🎨 ask set cookies when public request failed 2023-10-01 20:37:19 +08:00
235f9f349e
🐛 Fix namecard parse 2023-10-01 20:14:39 +08:00
6f09d52ec5
🐛 Fix ajax failure does not reapply 2023-09-30 22:29:24 +08:00
78b1b1ba15
🐛 Fix redeem cooldown error 2023-09-30 15:28:00 +08:00
dependabot[bot]
70f9c41ed8
⬆️ Bump redis from 5.0.0 to 5.0.1
Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: redis
  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-09-30 10:49:25 +08:00
omg-xtao
9cde25fc58
🐛 Fix post cut text and photo error 2023-09-30 10:49:04 +08:00
45437309df
🍱 Update 4.1 pool 2023-09-26 23:26:42 +08:00
洛水居室
16c28db1cc
🎨 Update NEW_CHAT_MEMBERS message handler 2023-09-26 18:53:12 +08:00
203c7ac5df
🐛 Fix stoken is invaild 2023-09-25 20:46:08 +08:00
dependabot[bot]
f48c36167a
⬆️ Bump pillow from 10.0.0 to 10.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  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-09-21 17:12:42 +08:00
dependabot[bot]
9b05eb4ad2
⬆️ Bump cryptography from 41.0.3 to 41.0.4
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  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-09-21 16:00:27 +08:00
dependabot[bot]
1e6b6fbe0f
⬆️ Bump rich from 13.5.2 to 13.5.3
Bumps [rich](https://github.com/Textualize/rich) from 13.5.2 to 13.5.3.
- [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.2...v13.5.3)

---
updated-dependencies:
- dependency-name: rich
  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-09-21 15:45:18 +08:00
omg-xtao
ff66b29240
🐛 Fix photo invalid dimensions 2023-09-21 15:42:14 +08:00
bc76f6297b
support score weight 2023-09-20 15:48:27 +08:00
2851aa3155
Support custom Telegram API URL 2023-09-17 21:54:30 +08:00
dependabot[bot]
08d1798758
⬆️ Bump sentry-sdk from 1.30.0 to 1.31.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.30.0...1.31.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  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-09-15 23:56:53 +08:00
omg-xtao
f7f1bd1a62
Support hoyolab redeem code 2023-09-15 23:56:22 +08:00
洛水居室
c2bcd0bf19
🎨 Delete NEW_CHAT_MEMBERS message during group captcha 2023-09-13 12:18:22 +08:00
洛水居室
aef1cb4c02
🎨 Update Wish Log Error Handler 2023-09-13 08:25:19 +08:00
洛水居室
7580265bff
🎨 Mask UID in update_player_card 2023-09-13 08:12:51 +08:00
omg-xtao
382e64e606
Support get gacha log url 2023-09-12 22:58:08 +08:00
pre-commit-ci[bot]
2d9d3e8457
🔧 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-12 11:54:01 +08:00
dependabot[bot]
798921ee76
⬆️ Bump black from 23.9.0 to 23.9.1
Bumps [black](https://github.com/psf/black) from 23.9.0 to 23.9.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.9.0...23.9.1)

---
updated-dependencies:
- dependency-name: black
  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-09-12 09:44:25 +08:00