Files
Auto_Bangumi/webui
Estrella Pan 9e6a528e57 fix(search): resolve multiple issues in search and subscription flow
- Fix axios interceptor error when response.data is undefined by adding
  optional chaining (?.msg_en, ?.msg_zh)
- Fix XML parsing crash in backend by catching ParseError exceptions
- Remove brotli (br) from Accept-Encoding header to fix mikan RSS fetch
  issues (httpx doesn't auto-decompress brotli)
- Fix search card click event not triggering confirmation modal by
  changing from native 'click' to custom 'select' event with typed payload
- Add NMessageProvider to App.vue to fix useMessage() outside setup error
- Replace structuredClone with JSON.parse/stringify in confirm modal
  to handle Vue reactive Proxy objects

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 17:33:46 +01:00
..
2024-09-23 15:49:52 +08:00
2023-09-19 13:52:33 +08:00
2023-10-06 04:32:33 +00:00
2023-08-12 23:15:26 +08:00
2023-08-10 09:21:12 +08:00
2023-10-06 04:32:33 +00:00
2024-09-23 16:53:02 +08:00
2024-09-23 16:53:02 +08:00

Auto_Bangumi_WebUI

使用 Vue3 + TypeScript 构建的 Auto_Bangumi 的 WebUI