我最近需要為我正在開發的網站提供 ⌘+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中文網其他相關文章!