This commit is contained in:
lan
2024-07-28 18:40:46 +08:00
parent 3edc8c959d
commit 8136c85c2a
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const { config } = useConfigStore();
const { t } = useI18n()
const shareData = ref({
expireValue: 1,
expireStyle: 'day',
expireStyle: config.expireStyle.length > 0 ? config.expireStyle[0] : 'day',
targetType: 'file',
})
</script>