From f915cfac777dfc74ae70d0077a5d7c143e307aee Mon Sep 17 00:00:00 2001 From: Ziu <457353192@qq.com> Date: Thu, 5 Sep 2024 19:43:43 +0800 Subject: [PATCH] feat: add clipboard-event (#264) [skip ci] add clipboard-event to whitelist ## Summary by CodeRabbit - **New Features** - Introduced clipboard event handling capabilities to enhance user interactions with clipboard data. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 63e5b1c..25fcb7a 100644 --- a/package.json +++ b/package.json @@ -18581,6 +18581,9 @@ }, "eslint-plugin-gj-ts": { "version": "*" + }, + "clipboard-event": { + "version": "*" } } }