From 77dfa3863eba6f674bcd51063dae25cd346f616d Mon Sep 17 00:00:00 2001 From: shenzhiming88 <66902050+shenzhiming88@users.noreply.github.com> Date: Tue, 4 May 2021 10:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=A4=9C=E9=97=B4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E8=B7=9F=E9=9A=8F=E7=B3=BB=E7=BB=9F=20?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/the1812/Bilibili-Evolved/issues/1273 --- src/utils/gui-settings/tooltip/settings-tooltip.zh-CN.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/utils/gui-settings/tooltip/settings-tooltip.zh-CN.ts b/src/utils/gui-settings/tooltip/settings-tooltip.zh-CN.ts index 800c46f56..09c211f24 100644 --- a/src/utils/gui-settings/tooltip/settings-tooltip.zh-CN.ts +++ b/src/utils/gui-settings/tooltip/settings-tooltip.zh-CN.ts @@ -214,7 +214,8 @@ export const toolTips = new Map([ [`preferAvUrl`, /*html*/`当视频的链接是BV号时, 自动转换为AV号.`], [`elegantScrollbar`, /*html*/`使用细的滚动条替代系统默认的滚动条. (对夜间模式无效)`], [`quickFavorite`, /*html*/`启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹.`], - [`darkColorScheme`, /*html*/`使夜间模式同步系统设置的亮/暗主题.`], + [`darkColorScheme`, /*html*/`使夜间模式同步系统设置的亮/暗主题. +注意:在某些浏览器(如Microsoft Edge)中,夜间模式会跟随浏览器而系统的亮/暗主题.`], [`disableFeedsDetails`, /*html*/`禁止动态点击后跳转详情页, 方便选择其中的文字.`], [`danmakuSendBar`, /*html*/`在直播的网页全屏和全屏模式状态下, 在底部显示弹幕栏.`], [`watchLaterRedirectNavbar`, /*html*/`重定向顶栏稍后再看中的链接.`], @@ -246,4 +247,4 @@ export const toolTips = new Map([ ]); export default { export: { toolTips }, -}; \ No newline at end of file +};