d87ed36eb3
🐛 Fix post text
2023-05-23 19:29:02 +08:00
c86e24ac16
🐛 Fix webapp invalid url
2023-05-16 23:22:06 +08:00
omg-xtao
9b5375c5cd
⚡ ️ Post always create new client
2023-05-14 22:42:42 +08:00
omg-xtao
04d0f3cf31
🐛 Fix Some Bugs
2023-05-14 18:02:28 +08:00
洛水居室
f3fe7139f7
🐛 Fix bug
2023-05-10 17:30:28 +08:00
洛水居室
eed418477f
♻️ Rename HTML templates to use .jinja2 extension
...
Previously, all templates were named with the .html extension, which caused problems for editors to recognize the Jinja2 syntax used in them. In this commit, all templates have been renamed to use the .jinja2 extension to better reflect their use of Jinja2 and to improve editor recognition.
2023-05-09 19:19:32 +08:00
Karako
4e6b16d2ae
🐛 Fix avatar_list
...
Signed-off-by: Karako <karakohear@gmail.com>
2023-05-04 22:27:49 +08:00
Karako
ff0f20618b
🐛 Fix avatar_list
command matching
...
Signed-off-by: Karako <karakohear@gmail.com>
2023-05-04 22:22:40 +08:00
Karako
c83406e996
🐛 Fix avatar_list
command matching issue
...
Signed-off-by: Karako <karakohear@gmail.com>
2023-05-04 22:10:28 +08:00
洛水居室
007ef28d0b
🐛 Fix KeyError caused by improper parameter type for character star level retrieval
2023-04-28 14:51:31 +08:00
洛水居室
3ec8b96c02
🐛 Fix the issue of name_card
being replaced when it is not None
2023-04-28 14:42:19 +08:00
洛水居室
9e23c1d20d
🐛 Fix the KeyError
exception caused by the character rarity not found
2023-04-28 14:34:54 +08:00
洛水居室
ca37f6948a
✨ Add get_name_card
function
2023-04-28 13:22:57 +08:00
洛水居室
85178d34ae
🎨 Update get_final_data
2023-04-28 09:29:16 +08:00
洛水居室
fa1e84bea9
✨ Support name card
2023-04-28 09:19:20 +08:00
omg-xtao
0a63b8250d
🐛 Fix sign referer AttributeError
2023-04-26 00:11:25 +08:00
Karako
6efddb364a
🐛 Fix honey impact data parse error
...
Signed-off-by: Karako <karakohear@gmail.com>
2023-04-25 22:35:58 +08:00
ac879cc353
🐛 Fix honey wiki data parse
2023-04-25 19:52:16 +08:00
omg-xtao
30ea0b99cb
🚚 Isolated recognize method
2023-04-22 21:14:31 +08:00
洛水居室
0566769ee1
🎨 Improve the ffmpeg return status judgment and automatic jump to video width and height
...
* 🎨 Use `return_code` to determine whether ffmpeg has executed successfully
* 🎨 Automatically adjust the width and height of a video using the scale filter from ffmpeg
2023-04-14 20:51:39 +08:00
洛水居室
47a1c33abe
🐛 Fix file not found error
2023-04-14 13:13:20 +08:00
洛水居室
3fd01d5d80
✨ Use ffmpeg to convert GIF to MP4
2023-04-14 11:53:15 +08:00
洛水居室
f991c8b5fd
🐛 Fix the Forbidden
exception caused by the failure to send a message successfully
2023-04-11 09:47:14 +08:00
洛水居室
d386a47ac7
🐛 Fix TypeError
exception caused by message
is None
2023-04-11 09:45:06 +08:00
omg-xtao
def32d89b9
🐛 Fix post cannot get text
2023-04-10 22:13:29 +08:00
LittleMengBot
7c3d198c7f
✨ Update /weapon
result, add some weapon's alias
2023-04-07 21:07:59 +08:00
洛水居室
387558bdaf
✨ Update the expiration detection mechanism for public cookies and add status feedback
2023-04-04 23:46:04 +08:00
洛水居室
46176ad875
🐛 Fix issue of incorrect parameters being passed when calling add_delete_message_job
2023-04-04 22:53:37 +08:00
洛水居室
499efa778f
🎨 Update Logo
2023-04-04 22:26:43 +08:00
LittleMengBot
5f33c5fc3a
✨ Add HTML rendering for /material
2023-04-04 22:02:14 +08:00
洛水居室
5799db53e3
🐛 Handling AccountNotFound
exception caused by the uid not found
2023-03-29 16:35:24 +08:00
洛水居室
b40a478ca7
🐛 Fix incorrect type after updating cookies
2023-03-28 22:34:10 +08:00
洛水居室
970bb42555
🔥 Remove get_record_cards
2023-03-27 10:59:39 +08:00
洛水居室
a06eb61b49
🎨 Improve code quality
2023-03-27 10:55:12 +08:00
洛水居室
db2741b515
🐛 Fix ValueError
caused by incorrect player ID
2023-03-27 09:56:27 +08:00
洛水居室
f03f524a47
✨ Support cookies refresh and export
2023-03-27 09:44:22 +08:00
洛水居室
16af8d965b
✨ Use cache dual write strategy for class CharacterDetails
2023-03-26 16:57:45 +08:00
洛水居室
139c6758ae
🐛 Fix issue of incorrect parameters being passed when calling add_delete_message_job
2023-03-26 16:12:11 +08:00
洛水居室
444d3e2bdc
✨ Support SQLite
2023-03-25 11:17:38 +08:00
洛水居室
d429553488
🎨 Update Log
2023-03-22 21:16:22 +08:00
洛水居室
8814979cef
🎨 Update timeout config of Hyperion
client
2023-03-22 13:09:24 +08:00
洛水居室
9a1b9271e7
🐛 Fix parse content url and gif support
...
Fixed the problem of [233e7ab
](233e7ab58d
) and [73d204d
](73d204d497
) modifications being overwritten due to the submission of [c260165
](c26016561a
)
2023-03-22 13:06:05 +08:00
洛水居室
a2c2087162
🐛 Fix TypeError
exception caused by data
is None
2023-03-18 22:15:07 +08:00
洛水居室
1f1734ca03
🐛 Fix TypeError
exception caused by characters
is None
2023-03-18 22:03:56 +08:00
洛水居室
15f50253a3
🐛 Fix instance PlayerInfoSQLModel
is not persisted
2023-03-17 17:45:19 +08:00
LittleMengBot
72154924be
✨ Update /play_card
placeholder image
...
Update current player showcase after updating character list.
Use asynchronous locks to make file read/write thread-safe.
Update `EnkaNetworkCache`.
---------
Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
2023-03-17 13:33:29 +08:00
洛水居室
b60094eef0
🎨 Update exception notifications
2023-03-17 12:06:58 +08:00
洛水居室
ff84757ed3
🐛 Fix the issue of regular expression not matching uppercase characters
2023-03-17 09:19:11 +08:00
洛水居室
51c01268fa
🐛 Fix Exception Handler
2023-03-17 08:31:31 +08:00
洛水居室
27e1b16ef4
🐛 Fix no default account ID provided
2023-03-17 08:31:22 +08:00