先提交一手
This commit is contained in:
@@ -21,5 +21,11 @@ export function copyToClipboard(content) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 浅拷贝
|
||||
* @param any
|
||||
* @returns {any}
|
||||
*/
|
||||
export const scopy = (any = null) => JSON.parse(JSON.stringify(any))
|
||||
|
||||
Reference in New Issue
Block a user