mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-25 16:26:05 +03:00
[PR #75] [MERGED] 修复在不支持navigator.clipboard时写入剪贴板报错 #199
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maillab/cloud-mail/pull/75
Author: @LLLLLLiulei
Created: 8/11/2025
Status: ✅ Merged
Merged: 8/11/2025
Merged by: @eoao
Base:
dev← Head:main📝 Commits (1)
663e0d5修复在不支持navigator.clipboard时写入剪贴板报错📊 Changes
4 files changed (+54 additions, -3 deletions)
View changed files
📝
mail-vue/src/layout/account/index.vue(+2 -1)📝
mail-vue/src/layout/header/index.vue(+2 -1)➕
mail-vue/src/utils/clipboard-utils.js(+48 -0)📝
mail-vue/src/views/reg-key/index.vue(+2 -1)📄 Description
在非HTTPS下不支持使用navigator.clipboard,回退到使用document.execCommand('copy')
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.