⬆️ Upgrade(custom): upgrade s3 package

This commit is contained in:
Kuingsmile
2026-01-04 17:49:15 +08:00
parent f506daaa71
commit 4d074e8ed2
5 changed files with 55 additions and 61 deletions

View File

@@ -10,13 +10,12 @@ import type { IConfig } from 'piclist'
import { onBeforeMount, onMounted } from 'vue'
import UIServiceProvider from '@/components/ui/UIServiceProvider.vue'
import { useAppStore } from '@/hooks/useAppStore'
import { useATagClick } from '@/hooks/useATagClick'
import { useStore } from '@/hooks/useStore'
import { getConfig } from '@/utils/dataSender'
import { pageReloadCount } from '@/utils/global'
import { useAppStore } from './hooks/useAppStore'
useATagClick()
const store = useStore()
@@ -40,7 +39,7 @@ onMounted(async () => {
<script lang="ts">
export default {
name: 'PicGoApp',
name: 'PicList',
}
</script>