v0.5.1: Mobile UX improvements - Custom notify styling, nav margin fixes, search button optimization

This commit is contained in:
2026-01-02 15:37:55 +09:00
parent 4e9203ed00
commit c662d2dadc
16 changed files with 2215 additions and 592 deletions

View File

@@ -131,6 +131,8 @@ class AnimeModuleBase(PluginModuleBase):
arg3 = request.form.get('arg3') or request.args.get('arg3')
return self.process_command(command, arg1, arg2, arg3, req)
return jsonify({'ret': 'fail', 'log': f"Unknown sub: {sub}"})
except Exception as e:
self.P.logger.error(f"AJAX Error: {e}")
self.P.logger.error(traceback.format_exc())