atoposyz

Results 2 issues of atoposyz

我在基于您的原版[修改](https://atoposyz.github.io/anime-grid/diy.html)时(只是自己在自娱自乐,没有用于其他用途),发现选动画的时候有的动画海报显示为横版 ![image](https://github.com/itorr/anime-grid/assets/76671919/9ea6a66d-ac77-4493-919f-ac344be92c20) 例如,我想选[特别篇 吹响!悠风号~合奏比赛~](https://bgm.tv/subject/386195)时,只会显示横版海报,而不是竖版海报,选完之后效果如下: ![image](https://github.com/itorr/anime-grid/assets/76671919/4309a41d-36c1-4afd-baaa-60b20fe288eb) 我猜测是 `getCoverURLById` 函数返回的海报url是该动画第一个海报,而不是最新的海报 另外,在 `searchFromBangumiByKeyword` 函数中得到的动画信息里的海报url是最新的海报,是否可以修改对应的api,使得动画海报是最新的海报

### Clear and concise description of the problem 每一次想切换语言需要点击左上角的选项,才能出现切换语言按钮 ![image](https://github.com/user-attachments/assets/1117a87f-724c-44b5-b4b6-1f61f69fd6bf) ![image](https://github.com/user-attachments/assets/170af55d-40ab-4404-ab09-d55971dd33ae) ### Suggested solution 考虑到在需要语言切换的情况下,这一功能应该是一步直达的,建议将语言切换按钮移到菜单外,如放在夜晚模式旁边 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Check that...

enhancement