chore: revert if commitSha buildDate

This commit is contained in:
YunYouJun
2024-01-27 03:46:30 +08:00
parent f59c34499a
commit d42e3cf65d

View File

@@ -7,7 +7,7 @@ const buildDate = (new Date(Number.parseInt(now))).toLocaleDateString()
</script> </script>
<template> <template>
<div mb-2 text-sm> <div v-if="commitSha && buildDate" mb-2 text-sm>
<span> <span>
当前版本 v{{ pkg.version }}{{ buildDate }}: 当前版本 v{{ pkg.version }}{{ buildDate }}:
</span> </span>