4.8.10 test (#2618)

* perf: menu arrow ui

* perf: http node placeholder

* perf: http node form input

* perf: chatBox performance
This commit is contained in:
Archer
2024-09-05 11:49:13 +08:00
committed by GitHub
parent 3bcc3430fb
commit 3671e55001
9 changed files with 607 additions and 502 deletions

View File

@@ -17,6 +17,8 @@ export const useCopyData = () => {
title: string | null = t('common:common.Copy Successful'),
duration = 1000
) => {
data = data.trim();
try {
if ((hasHttps() || !isProduction) && navigator.clipboard) {
await navigator.clipboard.writeText(data);