Improve AnimeCard by adding tooltip and vibrant shadow

This commit is contained in:
2025-07-14 00:43:59 +05:00
parent 4afcf69f0d
commit 8d6b7e0ee1
13 changed files with 321 additions and 31 deletions

10
compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
frontend:
image: anyame-vue:latest
ports:
- 3000:3000
networks:
- anyame
networks:
anyame:
driver: bridge