Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_APP_VERSION=23
VITE_APP_VERSION=24
2 changes: 1 addition & 1 deletion src/components/card/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="font-bold text-2xl">欢迎来到可露希尔线上零售店</span>
<div class="mt-8">
<div class="flex flex-col md:flex-row md:items-end gap-2 md:gap-6 font-bold text-base md:text-lg z-10 relative">
<span>当前版本: {{ version }} <span class="text-xs opacity-60 font-normal">(居然还能跑)</span></span>
<span>当前版本: {{ version }} <span class="text-xs opacity-60 font-normal">(居然还能跑?)</span></span>
<div class="flex items-end gap-2 group w-fit"
:class="{ 'cursor-pointer': !isLatest }"
@click="!isLatest && !isLoading ? handleClickVersion() : null">
Expand Down
Loading