Skip to content

Commit

Permalink
fix: new chaifen json
Browse files Browse the repository at this point in the history
  • Loading branch information
yb6b committed Mar 18, 2024
1 parent e2ce625 commit 69a045d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/search/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ const unicode = computed(() => p.hanzi.charCodeAt(0).toString(16).toUpperCase())
<span :class="['kaiti-font', zigenFont, { 'round-bg': highlightStrokes.has(c) }]">
{{ c }}</span>
<rp>(</rp>
<rt class="font-mono uppercase text-blue-400">
<rt class="font-mono uppercase text-xl text-blue-400 dark:text-blue-200">
{{ keys[index] }}
</rt>
<rp>)</rp>
</ruby>
</div>
<div class="invisible justify-center group-hover:visible">
<div class="flex justify-around dark:opacity-55 opacity-100">
<div class="opacity-0 justify-center group-hover:opacity-100 duration-300 delay-100 transition-all">
<div class="flex justify-center dark:opacity-55 opacity-100">
<a :href="'https://zi.tools/zi/' + uriText" class="" target="_blank" rel="noreferrer" title="字统网查询">
<img :src=ZitongLogo alt="字统网" width="22" />
</a>
Expand Down
1 change: 0 additions & 1 deletion components/train/Train.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { shallowRef, watch, onMounted, inject, nextTick } from "vue";
import { Schedule } from "./schedule";
import { Card } from "./share";
import { useLocalStorage } from "@vueuse/core";
import confetti from "canvas-confetti";
const p = defineProps<{
Expand Down
2 changes: 1 addition & 1 deletion src/public/easy-code/chaifen.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/easy-code/zigen.json

Large diffs are not rendered by default.

Binary file modified src/public/outi-yima.woff2
Binary file not shown.

0 comments on commit 69a045d

Please sign in to comment.