diff --git a/src/components/common/Uploader/index.vue b/src/components/common/Uploader/index.vue
index 78a402c..9f59dd6 100644
--- a/src/components/common/Uploader/index.vue
+++ b/src/components/common/Uploader/index.vue
@@ -2,8 +2,8 @@
* @Author: ShawnPhang
* @Date: 2021-08-29 18:17:13
* @Description: 二次封装上传组件
- * @LastEditors: ShawnPhang
- * @LastEditTime: 2023-10-05 15:46:02
+ * @LastEditors: ShawnPhang , Jeremy Yu
+ * @Date: 2024-03-05 10:50:00
-->
@@ -13,115 +13,135 @@
-
diff --git a/src/types/global.d.ts b/src/types/global.d.ts
index a115792..1cd3489 100644
--- a/src/types/global.d.ts
+++ b/src/types/global.d.ts
@@ -34,6 +34,7 @@ interface IQiniuSubscribeCb {
(result: {
total: { percent: number }
key: string
+ hash: string
}): void
}