Commit Graph

38 Commits

Author SHA1 Message Date
Estrella Pan
a98a162500 feat: fix search, poster serving, and add hover overlay UI for cards
- Fix search store exports to match component expectations (inputValue,
  bangumiList, onSearch) and transform data to SearchResult format
- Fix poster endpoint path check that incorrectly blocked all requests
- Add resolvePosterUrl utility to handle both external URLs and local paths
- Move tags into hover overlay on homepage cards and calendar cards
- Show title and tags on poster hover with dark semi-transparent styling
- Add downloader API, store, and page
- Update backend to async patterns and uv migration changes
- Remove .claude/settings.local.json from tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 21:20:12 +01:00
EstrellaXD
66518fdbfc fix: model test failed. 2024-05-31 15:48:16 +08:00
EstrellaXD
78e67fef85 chore: update gitignore. 2023-10-10 14:02:17 +08:00
EstrellaXD
7662f1d024 fix: 番剧收集无法进入数据库的问题。 2023-10-03 21:51:32 +08:00
Rewrite0
86fdb7a56a feat: webui pwa support 2023-08-12 23:15:26 +08:00
zthxxx
877f29f995 docs: 更新文档站结构,减少一层 src/ 目录嵌套 2023-06-30 23:12:00 +08:00
Rewrite0
ce88d7d2cf feat: vitepress 基本框架 2023-07-02 21:30:45 +08:00
EstrellaXD
643e5d17f8 fix: clean some code. add some config into gitignore. 2023-06-20 20:01:43 +08:00
zthxxx
70716a19f7 feat: support parse config file with Variable Expansion for some secret key 2023-06-09 02:18:00 +08:00
Rewrite0
061a5a3ffd feat: merge gitignore 2023-06-15 00:12:02 +08:00
EstrellaXD
b264952a27 fix: test-ci 2023-06-07 20:22:42 +08:00
EstrellaXD
8c1f49cdc9 feat: add dev.sh 2023-06-02 20:04:41 +08:00
EstrellaXD
88594588d2 feat: 优化 API 返回值 2023-06-02 19:19:59 +08:00
EstrellaXD
95e1c1888a fix: quick fix gitignore problem 2023-06-02 12:57:33 +08:00
EstrellaXD
cc65c07886 Fix RequestContent(), fix renamer.py 2023-03-14 23:11:45 +08:00
EstrellaXD
34216245f7 refactor
- fix rename bug
- temp save
2023-03-14 21:22:55 +08:00
EstrellaXD
01827bbd67 Fix Bugs, add multiprocess in main.py 2023-03-06 14:05:02 +08:00
EstrellaXD
f31acc70ff 2.6.0
- refactor
- change config from config.ini to config.json
2023-03-04 20:33:57 +08:00
EstrellaXD
a7735ac366 2.6.0
- refactor
- add config.ini for later update
2023-01-21 19:09:35 +08:00
EstrellaXD
0c583f0cb7 2.5.17
- 试运行 WebUI
2022-07-24 23:48:00 +08:00
EstrellaXD
6131e50f24 2.5.16
- 修复由于 LOG 问题可能导致无法添加 RSS 规则的 bug
- 新增 AB_RSS_REFRESH 的选项
2022-07-20 10:23:34 +08:00
EstrellaXD
3a83c6b238 2.5.15
- 修复大量bug
2022-07-19 20:59:42 +08:00
EstrellaXD
3e223bf812 2.5.15
- 修复大量bug
2022-07-19 20:53:00 +08:00
EstrellaXD
7a94cea732 2.5.11
- 重构目录
- 完成 repath 模块
2022-07-15 22:24:08 +08:00
EstrellaXD
9677c9e487 edit ignore 2022-07-15 20:43:43 +08:00
EstrellaXD
ebf332b181 2.5.11 若干调整
- 调整 TDMB 识别器
- 调整番剧补全功能
- 调整获取 torrent 添加过滤器
2022-07-14 22:53:23 +08:00
EstrellaXD
15bb8d7d60 2.5.8 完善 LOG API,改善 log 显示模式 2022-07-09 21:51:13 +08:00
EstrellaXD
80714e2d60 2.5.7 fix rename module 2022-07-07 18:10:00 +08:00
EstrellaXD
26f3c3382a 2.5.0 2022-06-16 10:23:12 +08:00
EstrellaXD
9bcefd76cb 2.5.0-beta2 2022-06-14 21:49:51 +08:00
EstrellaXD
4a5eba53d9 2.5.0-pre5 更新文件目录,修复大量bug 2022-06-13 01:02:55 +08:00
EstrellaXD
87f9d48e89 2.5.0-beta1 2022-06-12 19:25:31 +08:00
EstrellaXD
ca3ec58b4b 修复bug,新增anidb数据库抓取程式 2022-06-07 10:46:33 +08:00
EstrellaXD
9b2fbfbb5f 修正目录 2022-06-06 00:27:43 +08:00
EstrellaXD
291213d120 修正目录 2022-06-06 00:20:42 +08:00
EstrellaXD
eb1d7cc8d4 修复非str环境变量不起作用的bug 2022-06-04 19:41:47 +08:00
Sean
e3c76754d8 refactor 2022-06-04 01:11:32 +08:00
Sean
86f77641ea refactor and minor bug fix
- use logging module instead of print
- format by black
- use utf-8 as default encoding on log and file operate
- fix use undefined var
2022-06-02 07:00:26 +08:00