# hotspot **Repository Path**: rtugeek/hotspot ## Basic Information - **Project Name**: hotspot - **Description**: 这是桌面组件热搜组件包源码,包含知乎、bilibili、抖音、微博等平台的热搜组件 - **Primary Language**: TypeScript - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-17 - **Last Updated**: 2023-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Widgets - Capable and ergonomic widgets.
桌面组件 - 全网热搜组件包

Chat ![png](screenshot.jpg) ### 说明 这是桌面组件热搜组件包源码,包含知乎、bilibili、抖音、微博等平台的热搜组件。 全部开源组件仓库在这:https://github.com/widget-js/widgets ### Windows 10/11 客户端下载 - https://www.microsoft.com/store/productId/9NPR50GQ7T53 - 或 - https://widgetjs.cn ### 项目目录结构 ``` widgets ├── src │ ├── components // 常用Vue组件 │ ├── views // │ ├── widgets // 桌面组件文件 │ │ └── countdown // 每个桌面组件一个文件夹 │ │ ├── XXWidget.vue // 桌面小组件 │ │ └── XXConfig.vue // 小组件配置页面 │ │ └── XXView.vue // 小组件页面 │ └── index.ts ├── .gitignore ├── package.json ├── README.md └── tsconfig.json ``` ### 运行项目 #### 1.下载并运行桌面组件客户端 - https://www.microsoft.com/store/productId/9NPR50GQ7T53 - 或 - https://widgetjs.cn #### 2.克隆代码 ```shell #克隆代码 git clone https://github.com/widget-js/hotspot.git ``` #### 3.到项目目录下载依赖 ```shell pnpm install ``` #### 4.运行 ```shell pnpm serve ``` ### 创建自己的组件 ```shell pnpm widget create ``` ### 组件列表 #### 知乎热榜 ![png](public/images/preview_zhihu.png) - 代码路径:/widgets/zhihu - 组件路由:/widget/zhihu #### bilibili热榜 ![png](public/images/bilibili_hot_search.png) - 代码路径:/widgets/bilibili - 组件路由:/widget/bilibili #### 微博热榜 ![png](public/images/weibo_hot_search.png) - 代码路径:/widgets/weibo - 组件路由:/widget/weibo #### 抖音热榜 ![png](public/images/preview_douyin.png) - 代码路径:/widgets/douyin - 组件路由:/widget/douyin