qwen-code/packages/webui/examples
yiliang114 02db22dd78 chore: update eslint config and translation adjustments
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

This commit includes several updates:

- Updated eslint configuration with improved formatting and organization

- Added SaveMemoryToolCall support in vscode-ide-companion

- Translated Chinese comments and UI text to English in various components

- Made minor code formatting improvements across multiple files
2026-01-29 19:44:37 +08:00
..
cdn-usage-demo.html feat(webui): Add UMD build format and CDN usage support 2026-01-22 15:47:56 +08:00
complex-chat-demo.html chore: update eslint config and translation adjustments 2026-01-29 19:44:37 +08:00
README.md feat(webui): Add UMD build format and CDN usage support 2026-01-22 15:47:56 +08:00

Examples

This directory contains example implementations demonstrating various ways to use the @qwen-code/webui library.

Available Examples

  • cdn-usage-demo.html - Shows how to use the library directly via CDN in a browser environment, featuring the ChatViewer component
  • complex-chat-demo.html - Demonstrates a complex chat conversation with tool calls, code blocks, and mixed-language interactions