# WXT
**Repository Path**: its-too-early-to-meet/wxt
## Basic Information
- **Project Name**: WXT
- **Description**: WXT浏览器插件示例,包括列表,对话等功能集成
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-17
- **Last Updated**: 2025-06-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WXT浏览器插件功能集合
#### 介绍
WXT浏览器插件示例,包括列表,对话等功能集成


#### 软件架构
* 浏览器插件框架
[wxt框架](https://wxt.dev/)
* UI框架
[TdesignChat对话组件](https://tdesign.tencent.com/chat/components/chat)
[Tdesign移动端组件](https://tdesign.tencent.com/mobile-vue/overview)
#### 安装教程
1. 插件使用教程
[参见博客](https://www.llzhang.site/article/45a554a18fdc082f)
2. 安装UI框架
移动端组件
```shell
npm i tdesign-mobile-vue
```
对话组件
```shell
npm i @tdesign-vue-next/chat
```
3. 启动项目
```shell
npm run dev
```