fix: copy token to search input if clipboard.writeText is not available (close #6)

This commit is contained in:
JustSong
2023-04-25 09:46:58 +08:00
parent 5ed4a3d405
commit 423978baf4
3 changed files with 9 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ export const toastConstants = {
SUCCESS_TIMEOUT: 500,
INFO_TIMEOUT: 3000,
ERROR_TIMEOUT: 5000,
WARNING_TIMEOUT: 10000,
NOTICE_TIMEOUT: 20000
};