diff --git a/README.md b/README.md index ed340c1..badd68d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### 爱享素材下载器【[加入群聊](https://qm.qq.com/q/mfDMSpCxQ4)】 🎯 基于 [electron-vite-vue](https://github.com/electron-vite/electron-vite-vue.git) 📦 操作简单、可获取不同类型的资源 -🖥️ 支持Win10、Win11、Mac、Linux +🖥️ 支持Win10、Win11、Mac、Linux 🌐 支持视频、音频、图片、m3u8、直播流等常见网络资源拦截 💪 支持微信视频号、小程序、抖音、快手、小红书、酷狗音乐、qq音乐等网络资源下载 👼 支持设置代理以获取特殊网络下的资源 diff --git a/components.d.ts b/components.d.ts index 8e70bbc..620980f 100755 --- a/components.d.ts +++ b/components.d.ts @@ -20,7 +20,6 @@ declare module 'vue' { ElMenu: typeof import('element-plus/es')['ElMenu'] ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] ElOption: typeof import('element-plus/es')['ElOption'] - ElRow: typeof import('element-plus/es')['ElRow'] ElSelect: typeof import('element-plus/es')['ElSelect'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] Footer: typeof import('./src/components/layout/Footer.vue')['default']