Skip to content

Commit

Permalink
Merge pull request cuixueshe#470 from zuowendong/perf/toChinese
Browse files Browse the repository at this point in the history
perf: convert to Chinese
  • Loading branch information
zuowendong authored Apr 2, 2024
2 parents af039c6 + 3978a02 commit 8f6bfcd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions apps/client/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@
{{ formatTimestamp({ timestamp: item.time }) }}
</div>
</div>
<div
class=" mx-auto my-4"
></div>
<div class="mx-auto my-4"></div>
<div class="flex items-center justify-between text-xs mt-4">
<div class="flex items-center">
<svg
Expand Down Expand Up @@ -290,8 +288,9 @@

<MessageBox
v-model:is-show-modal="showMobileTip"
content="The app isn't mobile-friendly, so stay tuned!"
cancel-btn-text="fine"
title="友情提示"
content="目前暂不支持移动设备哦,请关注后续更新~"
cancel-btn-text="好哒"
confirm-btn-text=""
></MessageBox>
</div>
Expand All @@ -301,10 +300,10 @@
import { onMounted, onUnmounted, ref } from "vue";
import { useRouter } from "vue-router";
import CommentsList from "~/assets/comments";
import Loading from "~/components/Loading.vue";
import MessageBox from "~/components/main/MessageBox/MessageBox.vue";
import CommentsList from "~/assets/comments";
import { formatTimestamp, type Timestamp } from "~/utils/date";
import { formatTimestamp } from "~/utils/date";
import { useGameStore } from "~/store/game";
import { cancelShortcut, registerShortcut } from "~/utils/keyboardShortcuts";
Expand Down

0 comments on commit 8f6bfcd

Please sign in to comment.