merge main

This commit is contained in:
mtvpls
2026-01-01 09:14:43 +08:00
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@
- 修正admin权限问题 - 修正admin权限问题
- 修复定时任务的openlist扫描 - 修复定时任务的openlist扫描
- 修复导入用户丢失问题 - 修复导入用户丢失问题
- 修复暂停保存两次播放记录
## [204.0.0] - 2025-12-25 ## [204.0.0] - 2025-12-25
+4
View File
@@ -87,6 +87,10 @@
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/mtvpls/MoonTVPlus) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/mtvpls/MoonTVPlus)
**一键部署到zeabur**
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/SCHCAY/deploy)
### Kvrocks 存储(推荐) ### Kvrocks 存储(推荐)
```yml ```yml
+2 -1
View File
@@ -47,7 +47,8 @@ export const changelog: ChangelogEntry[] = [
"修复无法切换源到私人影库", "修复无法切换源到私人影库",
"修正admin权限问题", "修正admin权限问题",
"修复定时任务的openlist扫描", "修复定时任务的openlist扫描",
"修复导入用户丢失问题" "修复导入用户丢失问题",
"修复暂停保存两次播放记录"
] ]
}, },
{ {