mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
fix: 修复了部分模型键位图错位的问题 (#550)
This commit is contained in:
@@ -96,12 +96,14 @@ function resolveImagePath(key: string, side: 'left' | 'right' = 'left') {
|
||||
<img
|
||||
v-for="key in pressedLeftKeys"
|
||||
:key="key"
|
||||
class="object-contain"
|
||||
:src="resolveImagePath(key)"
|
||||
>
|
||||
|
||||
<img
|
||||
v-for="key in pressedRightKeys"
|
||||
:key="key"
|
||||
class="object-contain"
|
||||
:src="resolveImagePath(key, 'right')"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user