diff --git a/README.md b/README.md
index 7afe27f..071e594 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@
👉 [爱盼-网盘资源搜索](https://www.aipan.me)
### 🔥更新日志
-
+- tv播放
+- 新增Alist源聚合播放
- 新增批量删除功能
- 新增博客功能 (分支:[feat-admin-panel](https://github.com/unilei/aipan-netdisk-search/tree/feat-add-admin-panel))
- 新增批量上传数据 [csv示例](/assets//readme//demo/demo-multi.csv) [xlsx 示例](/assets/readme/demo/demo-multi.xls)
@@ -97,6 +98,8 @@ yarn dev
### 4. 在浏览器打开 [http://localhost:3001](http://localhost:3001)
+![success_deploy.jpg](/assets/readme/screen-6.png)
+![success_deploy.jpg](/assets/readme/screen-5.png)
![success_deploy.jpg](/assets/readme/screen-1.png)
![success_deploy.jpg](/assets/readme/screen-2.png)
![success_deploy.jpg](/assets/readme/screen-3.png)
diff --git a/assets/readme/screen-5.png b/assets/readme/screen-5.png
new file mode 100644
index 0000000..40747ec
Binary files /dev/null and b/assets/readme/screen-5.png differ
diff --git a/assets/readme/screen-6.png b/assets/readme/screen-6.png
new file mode 100644
index 0000000..ca782aa
Binary files /dev/null and b/assets/readme/screen-6.png differ
diff --git a/components/layout/Footer.vue b/components/layout/Footer.vue
index d1a1ac2..f3c5ae7 100644
--- a/components/layout/Footer.vue
+++ b/components/layout/Footer.vue
@@ -1,7 +1,7 @@
- 爱盼-网盘资源搜索
+ 爱盼 - 资源随心,娱乐无限
diff --git a/nuxt.config.ts b/nuxt.config.ts
index f0cacc4..39ed66c 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -5,25 +5,23 @@ export default defineNuxtConfig({
// head
pageTransition: { name: 'page', mode: 'out-in' },
head: {
- title: '爱盼-网盘资源搜索',
+ title: '爱盼:资源随心,娱乐无限',
meta: [
- {
- name: 'description',
- content: '爱盼-网盘资源搜索, 一个开源免费的网盘资源搜索程序,仅供学习使用,不支持商业用途。'
- },
+ { name: 'keywords', content: '爱盼, 开源, 免费资源搜索, 网盘搜索, 音乐下载, TVBox数据接口, 电视直播, 博客发布, 影视资源, 教学工具, 非商业用途' },
+ { hid: 'description', name: 'description', content: '爱盼是一个开源免费的资源搜索平台,提供网盘资源搜索、音乐下载、TV直播、TVBox接口地址以及博客发布等多项功能,打造丰富的影视音聚合体验,供学习与探索使用,不支持商业用途。' },
+ { name: 'format-detection', content: 'telephone=no' },
+ { property: 'og:title', content: '爱盼:资源随心,音乐下载与影视聚合平台' },
+ { property: 'og:description', content: '爱盼是一个开源免费的资源搜索平台,提供网盘、音乐、影视等多种资源,一站式服务,供学习使用。' },
+ { property: 'og:image', content: 'https://aipan.me/logo.png' },
+ { property: 'og:url', content: 'https://aipan.me' },
+ { name: 'twitter:card', content: 'summary_large_image' },
+ { name: 'twitter:title', content: '爱盼:资源随心,音乐下载与影视聚合平台' },
+ { name: 'twitter:description', content: '免费开源的资源搜索平台,涵盖音乐、网盘、影视等内容,学习探索好去处!' },
+ { name: 'twitter:image', content: 'https://aipan.me/logo.png' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
- {
- name: 'referrer',
- content: 'no-referrer'
- },
- {
- name: 'referrer',
- content: 'always'
- },
- {
- name: 'referrer',
- content: 'strict-origin-when-cross-origin'
- }
+ { name: 'referrer', content: 'no-referrer' },
+ { name: 'referrer', content: 'always' },
+ { name: 'referrer', content: 'strict-origin-when-cross-origin' }
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
script: [
@@ -137,9 +135,9 @@ export default defineNuxtConfig({
]
},
site: {
- name: '爱盼-网盘资源搜索',
+ name: '爱盼 - 资源随心,娱乐无限',
url: 'https://www.aipan.me',
- description: '爱盼-网盘资源搜索, 一个开源免费的网盘资源搜索程序,仅供学习使用,不支持商业用途。'
+ description: '爱盼 - 资源随心,娱乐无限, 一个开源免费的网盘资源搜索程序,仅供学习使用,不支持商业用途。'
},
compatibilityDate: '2024-09-12'
})
\ No newline at end of file
diff --git a/pages/admin/alist.vue b/pages/admin/alist.vue
new file mode 100644
index 0000000..807d745
--- /dev/null
+++ b/pages/admin/alist.vue
@@ -0,0 +1,165 @@
+
+
+
+
+
+ 后台管理面板
+ /
+ Alist源管理
+
+
+
+ 添加数据
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/admin/dashboard.vue b/pages/admin/dashboard.vue
index 0a02709..5053e00 100644
--- a/pages/admin/dashboard.vue
+++ b/pages/admin/dashboard.vue
@@ -14,6 +14,9 @@ definePageMeta({
博客管理
+
+ Alist源管理
+
\ No newline at end of file
diff --git a/pages/index.vue b/pages/index.vue
index dcbe02f..08acfcb 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -48,7 +48,7 @@ onMounted(async () => {
-
爱盼-网盘资源搜索
+
爱盼 - 资源随心,娱乐无限
diff --git a/pages/tv/index.vue b/pages/tv/index.vue
index c74dbab..787fb59 100644
--- a/pages/tv/index.vue
+++ b/pages/tv/index.vue
@@ -1,10 +1,35 @@
-
-
+
-
-
-
-
-
-
-
-
- {{ item.name }}
+ class="fixed bottom-0 top-0 left-0 p-5 w-full md:w-[520px] h-full bg-black/80 overflow-y-scroll">
+
+
+
+
+