[Enhance] Support uncapped Kanae's skill

- Add support for `skill_kanae_uncap`
- For Arcaea 5.2.6
This commit is contained in:
Lost-MSth
2024-01-15 23:33:09 +08:00
parent 746712718b
commit 2edf559373
6 changed files with 83 additions and 44 deletions

View File

@@ -60,7 +60,7 @@ def finale_end():
return success_return({})
@bp.route('/applog/me', methods=['POST'])
@bp.route('/applog/me/log', methods=['POST'])
def applog_me():
# 异常日志,不处理
return success_return({})