refactor(pokemon): simplify list card to display only image and name

Remove environment, types, skills, and meta from the list view
Update CSS and skeleton loaders for a centered, larger image layout
This commit is contained in:
2026-05-02 21:37:09 +08:00
parent 874ecc5625
commit 97f06794a8
3 changed files with 33 additions and 30 deletions

View File

@@ -272,6 +272,7 @@ Pokemon 列表功能:
- 满足任意条件
- 满足全部条件
- 按自定义排序展示
- Pokemon 列表卡片只展示 Pokemon 图片和下方的 `#ID 名称`;不展示喜欢的环境、属性、特长、喜欢的东西或编辑元信息。
- Pokemon 卡片在已配置图片时展示所选图片缩略图;未配置图片时保留默认 Poké Ball 标记。
Pokemon 详情页展示: