<link rel="stylesheet" href="https://little-mode-44f3-nlweb.pitt-yang.workers.dev/nlweb-dropdown-chat.css">
<link rel="stylesheet" href="https://little-mode-44f3-nlweb.pitt-yang.workers.dev/common-chat-styles.css">

<style>
.nlweb-dropdown-chat-container {
    right: auto !important; 
    left: 20px !important; 
    bottom: 20px !important; 
}
</style>

<script type="module">
import { NLWebDropdownChat } from 'https://little-mode-44f3-nlweb.pitt-yang.workers.dev/nlweb-dropdown-chat.js';

const chat = new NLWebDropdownChat({
    // 移除 containerId 讓它使用浮動模式
    // containerId: 'docs-search-container', 
    site: 'https://little-mode-44f3-nlweb.pitt-yang.workers.dev',
    placeholder: 'Search for docs...',
    endpoint: 'https://little-mode-44f3-nlweb.pitt-yang.workers.dev'
});
</script>