From 896fc93fa04bf7ca08bedfb517371b0656bca078 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 30 Dec 2025 16:37:30 +0800 Subject: [PATCH] # --- src/utils/commons.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/commons.js b/src/utils/commons.js index 95d22be..105d27b 100644 --- a/src/utils/commons.js +++ b/src/utils/commons.js @@ -30,6 +30,8 @@ if (!Object.fromEntries) { /** * @deprecated * 废弃, 请使用 cloneDeep 或者 structuredClone + * @see cloneDeep + * @see structuredClone */ export function copy(obj) { return JSON.parse(JSON.stringify(obj));