昨晚 Apple 发的新品,就想买 Studio Display XDR,用来换掉现在的 Studio Display。
edit: 看了评测,Apple 说 XDR 是给编辑 XDR 视频或医疗用的,我也用不到。
via happy xiao
edit: 看了评测,Apple 说 XDR 是给编辑 XDR 视频或医疗用的,我也用不到。
via happy xiao
/* ==UserStyle==
@name workflowy.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author happy xiao
==/UserStyle== */
/* 隐藏用量文本(精确匹配内容) */
.text-secondary.mt-xs {
display: none !important;
}
/* 隐藏升级链接(精确匹配文本) */
a[href*="upgrade"], a.text-tertiary {
display: none !important;
}
/* 隐藏进度条(已有效) */
[class*="h-[6px]"][class*="bg-secondary"] {
display: none !important;
}
/* 隐藏 WorkFlowy 右下角 AI 按钮 */
.ai-chat-button {
display: none !important;
}