Skip to content

Commit

Permalink
fix: 左小指按键频率错误
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed May 1, 2024
1 parent bc0f8f2 commit 52707d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MultiResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function dist(dist: number[]) {
<div v-for="v in 'zxcvbnm,./'"><heat-map :data="data" :_key="v"></heat-map></div>
</div>
<div class="heat-line">
<finger-heat-map :data="data" :colspan="1" :name="'小指'" :num="2"></finger-heat-map>
<finger-heat-map :data="data" :colspan="1" :name="'小指'" :num="1"></finger-heat-map>
<finger-heat-map :data="data" :colspan="1" :name="'无名'" :num="2"></finger-heat-map>
<finger-heat-map :data="data" :colspan="1" :name="'中指'" :num="3"></finger-heat-map>
<finger-heat-map :data="data" :colspan="1" :name="'食指'" :num="4"></finger-heat-map>
Expand Down

0 comments on commit 52707d3

Please sign in to comment.