优化别名管理操作与邮件摘要展示 - #3
Merged
Merged
Conversation
Owner
|
感谢pr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
别名创建时间支持正序/倒序切换,最终默认按倒序排列,最新创建的别名优先显示。
创建时间统一显示为 YYYY/MM/DD HH:mm,兼容 ISO 字符串及秒、毫秒、微秒、纳秒时间戳。
创建别名成功后显示可复制 Toast,支持悬停或聚焦时暂停关闭计时。
增加 Clipboard API 失败时的传统复制降级方案,并提供手动复制提示。
别名操作区增加“收件箱”入口,支持直接跳转到对应别名的收件箱。
收件箱页面支持从 URL 初始化别名筛选条件。
清理邮件摘要中的 <style>、<script>、 等不可见内容,以及纯 CSS 样式片段,保留 CSS 后面的正常正文。
摘要过滤为空时显示 —,避免表格出现空白单元格。
增加排序、复制、摘要过滤、URL 筛选及空摘要状态测试。