/* 默认白昼模式:深灰字 */ .aibing-content { font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif; line-height: 1.8; font-size: 16px; color: #1f1f1f; /* 默认深色 */ } .aibing-content h2 { margin: 30px 0 15px; font-weight: 700; border-left: 4px solid #007bff; padding-left: 10px; color: inherit; /* 跟随父级 */ } .aibing-content a { color: #007bff; text-decoration: none; } .aibing-content strong { font-weight: bold; color: inherit; } /* 🌑 黑暗模式适配规则 🌑 */ /* 1. 系统级黑暗模式 */ @media (prefers-color-scheme: dark) { .aibing-content { color: #e0e0e0 !important; } } /* 2. IPS 网站内建黑暗模式 (通过 Body 类名判断) */ body.ipsDarkMode .aibing-content, html[data-theme="dark"] .aibing-content, .ipsApp_theme_dark .aibing-content { color: #e0e0e0 !important; } /* 修复图片在暗黑模式太亮的问题 (可选,轻微降低亮度) */ body.ipsDarkMode .aibing-content img { opacity: 0.9; } 开发者现在可以首次指导文本转语音模型以特定的方式说话,例如,“像一个同情的客户服务代表一样说话”。这为语音代理带来了新的定制化水平。 🔗 来源:Introducing next-generation audio models in the API (AI 严选)
推荐意见