我最近需要为我正在开发的网站提供 ⌘+k 启动器。
我尝试了一些 vue 插件,但找不到合适的。
最后我建造了一个。
<script> // Detect dark theme var iframe = document.getElementById('tweet-1820111785640268056-178'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1820111785640268056&theme=dark" } </script>
以上是+K / Cmd-K Vue 组件的详细内容。更多信息请关注PHP中文网其他相关文章!